#FDCAD6

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

Shades of Pink Lace #FDCAD6

Tints of Pink Lace #FDCAD6

Color information

#FDCAD6 (or 0xFDCAD6) is unknown color: approx Pink Lace. HEX triplet: FD, CA and D6. RGB value is (253,202,214). Sum of RGB (Red+Green+Blue) = 253+202+214=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD6 is #023529. Grayscale: #DADADA. Windows color (decimal): -144682 or 14076669. OLE color: 14076669.

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

Color convert

RGB253202214-
CMYK00.200.150.01
HSL345.88º92.73%89.22%-
HSV(B)345.88º20.16%99.22%-
XYZ73.7767.9872.85-
YUV218.62125.4152.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 214 (83.98% from 255) = 31.99%
R=37.82%
G=30.19%
B=31.99%

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
Decimal25320221400.200.150.01345.8892.7389.22
HexFDCAD6014F115a5d59
Octal375312326024171532135131
Binary1111110111001010110101100101001111110101101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAD6; }

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

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

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

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

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

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

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

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