#F0CCD8

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

Shades of Pink Lace #F0CCD8

Tints of Pink Lace #F0CCD8

Color information

#F0CCD8 (or 0xF0CCD8) is unknown color: approx Pink Lace. HEX triplet: F0, CC and D8. RGB value is (240,204,216). Sum of RGB (Red+Green+Blue) = 240+204+216=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD8 is #0F3327. Grayscale: #D8D8D8. Windows color (decimal): -996136 or 14208240. OLE color: 14208240.

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

Color convert

RGB240204216-
CMYK00.150.10.06
HSL340º54.55%87.06%-
HSV(B)340º15%94.12%-
XYZ69.9266.6774.15-
YUV216.13127.93145.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=36.36%
G=30.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020421600.150.10.0634054.5587.06
HexF0CCD80FA61543757
Octal36031433001712652467127
Binary1111000011001100110110000111110101101010101001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCD8; }

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

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

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

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

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

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

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

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