#FDCCD4

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

Shades of Pink Lace #FDCCD4

Tints of Pink Lace #FDCCD4

Color information

#FDCCD4 (or 0xFDCCD4) is unknown color: approx Pink Lace. HEX triplet: FD, CC and D4. RGB value is (253,204,212). Sum of RGB (Red+Green+Blue) = 253+204+212=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD4 is #02332B. Grayscale: #DBDBDB. Windows color (decimal): -144172 or 13946109. OLE color: 13946109.

HSL color Cylindrical-coordinate representation of color #FDCCD4: hue angle of 350.2º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCD4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB253204212-
CMYK00.190.160.01
HSL350.2º92.45%89.61%-
HSV(B)350.2º19.37%99.22%-
XYZ73.9868.8271.67-
YUV219.56123.73151.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 212 (83.20% from 255) = 31.69%
R=37.82%
G=30.49%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320421200.190.160.01350.292.4589.61
HexFDCCD401310115e5c5a
Octal375314324023201536134132
Binary11111101110011001101010001001110000110101111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCD4; }

 p { color: rgb(253,204,212); }

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

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

 a { background-color: rgb(253,204,212); }

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

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

 span { border-color: rgb(253,204,212); }

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