#FDC6D4

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

Shades of Pink Lace #FDC6D4

Tints of Pink Lace #FDC6D4

Color information

#FDC6D4 (or 0xFDC6D4) is unknown color: approx Pink Lace. HEX triplet: FD, C6 and D4. RGB value is (253,198,212). Sum of RGB (Red+Green+Blue) = 253+198+212=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6D4 is #02392B. Grayscale: #D8D8D8. Windows color (decimal): -145708 or 13944573. OLE color: 13944573.

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

Color convert

RGB253198212-
CMYK00.220.160.01
HSL344.73º93.22%88.43%-
HSV(B)344.73º21.74%99.22%-
XYZ72.5966.0271.21-
YUV216.04125.72154.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 198 (77.73% from 255) = 29.86%
BLUE value IS 212 (83.20% from 255) = 31.98%
R=38.16%
G=29.86%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319821200.220.160.01344.7393.2288.43
HexFDC6D40161011595d58
Octal375306324026201531135130
Binary11111101110001101101010001011010000110101100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6D4; }

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

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

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

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

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

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

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

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