#FDAFD4

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

Shades of Lavender Pink #FDAFD4

Tints of Lavender Pink #FDAFD4

Color information

#FDAFD4 (or 0xFDAFD4) is unknown color: approx Lavender Pink. HEX triplet: FD, AF and D4. RGB value is (253,175,212). Sum of RGB (Red+Green+Blue) = 253+175+212=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFD4 is #02502B. Grayscale: #CACACA. Windows color (decimal): -151596 or 13938685. OLE color: 13938685.

HSL color Cylindrical-coordinate representation of color #FDAFD4: hue angle of 331.54º 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 #FDAFD4 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB253175212-
CMYK00.310.160.01
HSL331.54º95.12%83.92%-
HSV(B)331.54º30.83%99.22%-
XYZ67.7256.369.58-
YUV202.54133.34163.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.53%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=39.53%
G=27.34%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317521200.310.160.01331.5495.1283.92
HexFDAFD401F10114c5f54
Octal375257324037201514137124
Binary11111101101011111101010001111110000110100110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFD4; }

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

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

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

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

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

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

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

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