#FDA8F8

Color #FDA8F8 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FDA8F8

Tints of Lavender Rose #FDA8F8

Color information

#FDA8F8 (or 0xFDA8F8) is unknown color: approx Lavender Rose. HEX triplet: FD, A8 and F8. RGB value is (253,168,248). Sum of RGB (Red+Green+Blue) = 253+168+248=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 168 (66.02% from 255 or 25.11% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F8 is #025707. Grayscale: #CACACA. Windows color (decimal): -153352 or 16296189. OLE color: 16296189.

HSL color Cylindrical-coordinate representation of color #FDA8F8: hue angle of 303.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8F8 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253168248-
CMYK00.340.020.01
HSL303.53º95.51%82.55%-
HSV(B)303.53º33.6%99.22%-
XYZ71.4555.6795.79-
YUV202.53153.66164-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 168 (66.02% from 255) = 25.11%
BLUE value IS 248 (97.27% from 255) = 37.07%
R=37.82%
G=25.11%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316824800.340.020.01303.5395.5182.55
HexFDA8F8022211306053
Octal37525037004221460140123
Binary111111011010100011111000010001010110011000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8F8; }

 p { color: rgb(253,168,248); }

 H1.HeaderClassName
 {
   color: #FDA8F8;
 }
 .AnyTagClassName
 {
   color: #FDA8F8;
 }
</style>
background-color css

<style>
 a { background-color: #FDA8F8; }

 a { background-color: rgb(253,168,248); }

 div.DivClassName
 {
   background-color: #FDA8F8;
 }
 .BgClassName
 {
   background-color: #FDA8F8;
 }
</style>
border-color css

<style>
 span { border-color: #FDA8F8; }

 span { border-color: rgb(253,168,248); }

 td.TdClassName
 {
   border-color: #FDA8F8;
 }
 .TagClassName
 {
   border-color: #FDA8F8;
 }
</style>