Shades of Classic Rose #F0CFDB
Tints of Classic Rose #F0CFDB
RGB
CMYK
RGB Variations
Color information
#F0CFDB (or 0xF0CFDB) is known color: Classic Rose. HEX triplet: F0, CF and DB. RGB value is (240,207,219). Sum of RGB (Red+Green+Blue) = 240+207+219=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDB is #0F3024. Grayscale: #DADADA. Windows color (decimal): -995365 or 14405616. OLE color: 14405616.
HSL color Cylindrical-coordinate representation of color #F0CFDB: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFDB is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 219 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.06 |
| HSL | 338.18º | 0.52% | 0.88% | - |
| HSV(B) | 338.18º | 0.14% | 0.94% | - |
| XYZ | 71.03 | 68.27 | 76.45 | - |
| YUV | 218.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 219 | 0 | 0.14 | 0.09 | 0.06 | 338.18 | 0.52 | 0.88 |
| Hex | F0 | CF | DB | 0 | E | 9 | 6 | 152 | 34 | 58 |
| Octal | 360 | 317 | 333 | 0 | 16 | 11 | 6 | 522 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11011011 | 0 | 1110 | 1001 | 110 | 101010010 | 110100 | 1011000 |
Color Harmonies of #F0CFDB
Complementary color
Monochromatic Colors of #F0CFDB
Black with #F0CFDB
Text Example
Text Example
White with #F0CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFDB; }
p { color: rgb(240,207,219); }
H1.HeaderClassName
{
color: #F0CFDB;
}
.AnyTagClassName
{
color: #F0CFDB;
}
</style>
background-color css
<style>
a { background-color: #F0CFDB; }
a { background-color: rgb(240,207,219); }
div.DivClassName
{
background-color: #F0CFDB;
}
.BgClassName
{
background-color: #F0CFDB;
}
</style>
border-color css
<style>
span { border-color: #F0CFDB; }
span { border-color: rgb(240,207,219); }
td.TdClassName
{
border-color: #F0CFDB;
}
.TagClassName
{
border-color: #F0CFDB;
}
</style>