#F0C8DC

Color #F0C8DC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F0C8DC

Tints of Classic Rose #F0C8DC

Color information

#F0C8DC (or 0xF0C8DC) is unknown color: approx Classic Rose. HEX triplet: F0, C8 and DC. RGB value is (240,200,220). Sum of RGB (Red+Green+Blue) = 240+200+220=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8DC is #0F3723. Grayscale: #D6D6D6. Windows color (decimal): -997156 or 14469360. OLE color: 14469360.

HSL color Cylindrical-coordinate representation of color #F0C8DC: hue angle of 330º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8DC is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240200220-
CMYK00.170.080.06
HSL330º57.14%86.27%-
HSV(B)330º16.67%94.12%-
XYZ69.516576.59-
YUV214.24131.25146.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 200 (78.52% from 255) = 30.30%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=36.36%
G=30.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020022000.170.080.0633057.1486.27
HexF0C8DC0118614a3956
Octal36031033402110651271126
Binary11110000110010001101110001000110001101010010101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8DC; }

 p { color: rgb(240,200,220); }

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

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

 a { background-color: rgb(240,200,220); }

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

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

 span { border-color: rgb(240,200,220); }

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