Shades of Classic Rose #F0CCDA
Tints of Classic Rose #F0CCDA
RGB
CMYK
RGB Variations
Color information
#F0CCDA (or 0xF0CCDA) is known color: Classic Rose. HEX triplet: F0, CC and DA. RGB value is (240,204,218). Sum of RGB (Red+Green+Blue) = 240+204+218=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCDA is #0F3325. Grayscale: #D8D8D8. Windows color (decimal): -996134 or 14339312. OLE color: 14339312.
HSL color Cylindrical-coordinate representation of color #F0CCDA: hue angle of 336.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 #F0CCDA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 218 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.06 |
| HSL | 336.67º | 0.55% | 0.87% | - |
| HSV(B) | 336.67º | 0.15% | 0.94% | - |
| XYZ | 70.18 | 66.77 | 75.52 | - |
| YUV | 216.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 218 | 0 | 0.15 | 0.09 | 0.06 | 336.67 | 0.55 | 0.87 |
| Hex | F0 | CC | DA | 0 | F | 9 | 6 | 151 | 37 | 57 |
| Octal | 360 | 314 | 332 | 0 | 17 | 11 | 6 | 521 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11011010 | 0 | 1111 | 1001 | 110 | 101010001 | 110111 | 1010111 |
Color Harmonies of #F0CCDA
Complementary color
Monochromatic Colors of #F0CCDA
Black with #F0CCDA
Text Example
Text Example
White with #F0CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCDA; }
p { color: rgb(240,204,218); }
H1.HeaderClassName
{
color: #F0CCDA;
}
.AnyTagClassName
{
color: #F0CCDA;
}
</style>
background-color css
<style>
a { background-color: #F0CCDA; }
a { background-color: rgb(240,204,218); }
div.DivClassName
{
background-color: #F0CCDA;
}
.BgClassName
{
background-color: #F0CCDA;
}
</style>
border-color css
<style>
span { border-color: #F0CCDA; }
span { border-color: rgb(240,204,218); }
td.TdClassName
{
border-color: #F0CCDA;
}
.TagClassName
{
border-color: #F0CCDA;
}
</style>