Shades of Classic Rose #F0BDD8
Tints of Classic Rose #F0BDD8
RGB
CMYK
RGB Variations
Color information
#F0BDD8 (or 0xF0BDD8) is known color: Classic Rose. HEX triplet: F0, BD and D8. RGB value is (240,189,216). Sum of RGB (Red+Green+Blue) = 240+189+216=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDD8 is #0F4227. Grayscale: #CFCFCF. Windows color (decimal): -999976 or 14204400. OLE color: 14204400.
HSL color Cylindrical-coordinate representation of color #F0BDD8: hue angle of 328.24º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDD8 is Cyan = 0, Magento = 0.21, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 216 | - |
| CMYK | 0 | 0.21 | 0.1 | 0.06 |
| HSL | 328.24º | 0.63% | 0.84% | - |
| HSV(B) | 328.24º | 0.21% | 0.94% | - |
| XYZ | 66.53 | 59.88 | 73.02 | - |
| YUV | 207.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 216 | 0 | 0.21 | 0.1 | 0.06 | 328.24 | 0.63 | 0.84 |
| Hex | F0 | BD | D8 | 0 | 15 | A | 6 | 148 | 3F | 54 |
| Octal | 360 | 275 | 330 | 0 | 25 | 12 | 6 | 510 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11011000 | 0 | 10101 | 1010 | 110 | 101001000 | 111111 | 1010100 |
Color Harmonies of #F0BDD8
Complementary color
Monochromatic Colors of #F0BDD8
Black with #F0BDD8
Text Example
Text Example
White with #F0BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDD8; }
p { color: rgb(240,189,216); }
H1.HeaderClassName
{
color: #F0BDD8;
}
.AnyTagClassName
{
color: #F0BDD8;
}
</style>
background-color css
<style>
a { background-color: #F0BDD8; }
a { background-color: rgb(240,189,216); }
div.DivClassName
{
background-color: #F0BDD8;
}
.BgClassName
{
background-color: #F0BDD8;
}
</style>
border-color css
<style>
span { border-color: #F0BDD8; }
span { border-color: rgb(240,189,216); }
td.TdClassName
{
border-color: #F0BDD8;
}
.TagClassName
{
border-color: #F0BDD8;
}
</style>