#FDCAD5

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

Shades of Pink Lace #FDCAD5

Tints of Pink Lace #FDCAD5

Color information

#FDCAD5 (or 0xFDCAD5) is unknown color: approx Pink Lace. HEX triplet: FD, CA and D5. RGB value is (253,202,213). Sum of RGB (Red+Green+Blue) = 253+202+213=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD5 is #02352A. Grayscale: #DADADA. Windows color (decimal): -144683 or 14011133. OLE color: 14011133.

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

Color convert

RGB253202213-
CMYK00.200.160.01
HSL347.06º92.73%89.22%-
HSV(B)347.06º20.16%99.22%-
XYZ73.6467.9372.18-
YUV218.5124.9152.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=37.87%
G=30.24%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320221300.200.160.01347.0692.7389.22
HexFDCAD501410115b5d59
Octal375312325024201533135131
Binary11111101110010101101010101010010000110101101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAD5; }

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

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

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

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

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

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

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

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