#FDCAD3

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

Shades of Pink Lace #FDCAD3

Tints of Pink Lace #FDCAD3

Color information

#FDCAD3 (or 0xFDCAD3) is unknown color: approx Pink Lace. HEX triplet: FD, CA and D3. RGB value is (253,202,211). Sum of RGB (Red+Green+Blue) = 253+202+211=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD3 is #02352C. Grayscale: #DADADA. Windows color (decimal): -144685 or 13880061. OLE color: 13880061.

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

Color convert

RGB253202211-
CMYK00.200.170.01
HSL349.41º92.73%89.22%-
HSV(B)349.41º20.16%99.22%-
XYZ73.3967.8370.85-
YUV218.28123.9152.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 211 (82.81% from 255) = 31.68%
R=37.99%
G=30.33%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320221100.200.170.01349.4192.7389.22
HexFDCAD301411115d5d59
Octal375312323024211535135131
Binary11111101110010101101001101010010001110101110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAD3; }

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

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

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

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

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

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

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

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