#FDCAD7

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

Shades of Pink Lace #FDCAD7

Tints of Pink Lace #FDCAD7

Color information

#FDCAD7 (or 0xFDCAD7) is unknown color: approx Pink Lace. HEX triplet: FD, CA and D7. RGB value is (253,202,215). Sum of RGB (Red+Green+Blue) = 253+202+215=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD7 is #023528. Grayscale: #DADADA. Windows color (decimal): -144681 or 14142205. OLE color: 14142205.

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

Color convert

RGB253202215-
CMYK00.200.150.01
HSL344.71º92.73%89.22%-
HSV(B)344.71º20.16%99.22%-
XYZ73.8968.0373.53-
YUV218.73125.9152.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=37.76%
G=30.15%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320221500.200.150.01344.7192.7389.22
HexFDCAD7014F11595d59
Octal375312327024171531135131
Binary1111110111001010110101110101001111110101100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAD7; }

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

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

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

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

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

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

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

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