#F0CCD1

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

Shades of Pink Lace #F0CCD1

Tints of Pink Lace #F0CCD1

Color information

#F0CCD1 (or 0xF0CCD1) is unknown color: approx Pink Lace. HEX triplet: F0, CC and D1. RGB value is (240,204,209). Sum of RGB (Red+Green+Blue) = 240+204+209=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD1 is #0F332E. Grayscale: #D7D7D7. Windows color (decimal): -996143 or 13749488. OLE color: 13749488.

HSL color Cylindrical-coordinate representation of color #F0CCD1: hue angle of 351.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 #F0CCD1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240204209-
CMYK00.150.130.06
HSL351.67º54.55%87.06%-
HSV(B)351.67º15%94.12%-
XYZ69.0466.3169.48-
YUV215.33124.43145.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.75%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=36.75%
G=31.24%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020420900.150.130.06351.6754.5587.06
HexF0CCD10FD61603757
Octal36031432101715654067127
Binary1111000011001100110100010111111011101011000001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCD1; }

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

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

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

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

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

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

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

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