#FDCAD9

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

Shades of Pink Lace #FDCAD9

Tints of Pink Lace #FDCAD9

Color information

#FDCAD9 (or 0xFDCAD9) is unknown color: approx Pink Lace. HEX triplet: FD, CA and D9. RGB value is (253,202,217). Sum of RGB (Red+Green+Blue) = 253+202+217=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD9 is #023526. Grayscale: #DADADA. Windows color (decimal): -144679 or 14273277. OLE color: 14273277.

HSL color Cylindrical-coordinate representation of color #FDCAD9: hue angle of 342.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCAD9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253202217-
CMYK00.200.140.01
HSL342.35º92.73%89.22%-
HSV(B)342.35º20.16%99.22%-
XYZ74.1568.1374.89-
YUV218.96126.9152.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=37.65%
G=30.06%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320221700.200.140.01342.3592.7389.22
HexFDCAD9014E11565d59
Octal375312331024161526135131
Binary1111110111001010110110010101001110110101011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAD9; }

 p { color: rgb(253,202,217); }

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

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

 a { background-color: rgb(253,202,217); }

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

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

 span { border-color: rgb(253,202,217); }

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