#FCC4D4

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

Shades of Pink Lace #FCC4D4

Tints of Pink Lace #FCC4D4

Color information

#FCC4D4 (or 0xFCC4D4) is unknown color: approx Pink Lace. HEX triplet: FC, C4 and D4. RGB value is (252,196,212). Sum of RGB (Red+Green+Blue) = 252+196+212=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4D4 is #033B2B. Grayscale: #D6D6D6. Windows color (decimal): -211756 or 13944060. OLE color: 13944060.

HSL color Cylindrical-coordinate representation of color #FCC4D4: hue angle of 342.86º degrees, saturation: 0.9, 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 #FCC4D4 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252196212-
CMYK00.220.160.01
HSL342.86º90.32%87.84%-
HSV(B)342.86º22.22%98.82%-
XYZ71.7764.9371.04-
YUV214.57126.55154.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 196 (76.95% from 255) = 29.70%
BLUE value IS 212 (83.20% from 255) = 32.12%
R=38.18%
G=29.70%
B=32.12%

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
Decimal25219621200.220.160.01342.8690.3287.84
HexFCC4D40161011575a58
Octal374304324026201527132130
Binary11111100110001001101010001011010000110101011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4D4; }

 p { color: rgb(252,196,212); }

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

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

 a { background-color: rgb(252,196,212); }

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

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

 span { border-color: rgb(252,196,212); }

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