#F0C6DB

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

Shades of Classic Rose #F0C6DB

Tints of Classic Rose #F0C6DB

Color information

#F0C6DB (or 0xF0C6DB) is unknown color: approx Classic Rose. HEX triplet: F0, C6 and DB. RGB value is (240,198,219). Sum of RGB (Red+Green+Blue) = 240+198+219=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6DB is #0F3924. Grayscale: #D4D4D4. Windows color (decimal): -997669 or 14403312. OLE color: 14403312.

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

Color convert

RGB240198219-
CMYK00.180.090.06
HSL330º58.33%85.88%-
HSV(B)330º17.5%94.12%-
XYZ68.9264.0375.74-
YUV212.95131.41147.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 198 (77.73% from 255) = 30.14%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=36.53%
G=30.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019821900.180.090.0633058.3385.88
HexF0C6DB0129614a3a56
Octal36030633302211651272126
Binary11110000110001101101101101001010011101010010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6DB; }

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

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

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

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

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

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

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

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