#F0CCD4

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

Shades of Pink Lace #F0CCD4

Tints of Pink Lace #F0CCD4

Color information

#F0CCD4 (or 0xF0CCD4) is unknown color: approx Pink Lace. HEX triplet: F0, CC and D4. RGB value is (240,204,212). Sum of RGB (Red+Green+Blue) = 240+204+212=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD4 is #0F332B. Grayscale: #D7D7D7. Windows color (decimal): -996140 or 13946096. OLE color: 13946096.

HSL color Cylindrical-coordinate representation of color #F0CCD4: hue angle of 346.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCD4 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240204212-
CMYK00.150.120.06
HSL346.67º54.55%87.06%-
HSV(B)346.67º15%94.12%-
XYZ69.4166.4671.46-
YUV215.68125.93145.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=36.59%
G=31.10%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020421200.150.120.06346.6754.5587.06
HexF0CCD40FC615b3757
Octal36031432401714653367127
Binary1111000011001100110101000111111001101010110111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCD4; }

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

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

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

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

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

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

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

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