#FDAFE2

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

Shades of Lavender Rose #FDAFE2

Tints of Lavender Rose #FDAFE2

Color information

#FDAFE2 (or 0xFDAFE2) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and E2. RGB value is (253,175,226). Sum of RGB (Red+Green+Blue) = 253+175+226=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFE2 is #02501D. Grayscale: #CCCCCC. Windows color (decimal): -151582 or 14856189. OLE color: 14856189.

HSL color Cylindrical-coordinate representation of color #FDAFE2: hue angle of 320.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFE2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253175226-
CMYK00.310.110.01
HSL320.77º95.12%83.92%-
HSV(B)320.77º30.83%99.22%-
XYZ69.5757.0379.29-
YUV204.14140.34162.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=38.69%
G=26.76%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317522600.310.110.01320.7795.1283.92
HexFDAFE201FB11415f54
Octal375257342037131501137124
Binary1111110110101111111000100111111011110100000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFE2; }

 p { color: rgb(253,175,226); }

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

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

 a { background-color: rgb(253,175,226); }

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

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

 span { border-color: rgb(253,175,226); }

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