#F0C6DD

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

Shades of Classic Rose #F0C6DD

Tints of Classic Rose #F0C6DD

Color information

#F0C6DD (or 0xF0C6DD) is unknown color: approx Classic Rose. HEX triplet: F0, C6 and DD. RGB value is (240,198,221). Sum of RGB (Red+Green+Blue) = 240+198+221=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6DD is #0F3922. Grayscale: #D5D5D5. Windows color (decimal): -997667 or 14534384. OLE color: 14534384.

HSL color Cylindrical-coordinate representation of color #F0C6DD: hue angle of 327.14º degrees, saturation: 0.58, 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 #F0C6DD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240198221-
CMYK00.180.080.06
HSL327.14º58.33%85.88%-
HSV(B)327.14º17.5%94.12%-
XYZ69.1864.1377.14-
YUV213.18132.41147.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 198 (77.73% from 255) = 30.05%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=36.42%
G=30.05%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019822100.180.080.06327.1458.3385.88
HexF0C6DD012861473a56
Octal36030633502210650772126
Binary11110000110001101101110101001010001101010001111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6DD; }

 p { color: rgb(240,198,221); }

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

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

 a { background-color: rgb(240,198,221); }

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

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

 span { border-color: rgb(240,198,221); }

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