#FDCAD8

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

Shades of Pink Lace #FDCAD8

Tints of Pink Lace #FDCAD8

Color information

#FDCAD8 (or 0xFDCAD8) is unknown color: approx Pink Lace. HEX triplet: FD, CA and D8. RGB value is (253,202,216). Sum of RGB (Red+Green+Blue) = 253+202+216=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD8 is #023527. Grayscale: #DADADA. Windows color (decimal): -144680 or 14207741. OLE color: 14207741.

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

Color convert

RGB253202216-
CMYK00.200.150.01
HSL343.53º92.73%89.22%-
HSV(B)343.53º20.16%99.22%-
XYZ74.0268.0874.21-
YUV218.84126.4152.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=37.70%
G=30.10%
B=32.19%

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
Decimal25320221600.200.150.01343.5392.7389.22
HexFDCAD8014F11585d59
Octal375312330024171530135131
Binary1111110111001010110110000101001111110101100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAD8; }

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

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

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

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

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

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

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

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