Shades of Classic Rose #F0BFDD
Tints of Classic Rose #F0BFDD
RGB
CMYK
RGB Variations
Color information
#F0BFDD (or 0xF0BFDD) is known color: Classic Rose. HEX triplet: F0, BF and DD. RGB value is (240,191,221). Sum of RGB (Red+Green+Blue) = 240+191+221=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFDD is #0F4022. Grayscale: #D1D1D1. Windows color (decimal): -999459 or 14532592. OLE color: 14532592.
HSL color Cylindrical-coordinate representation of color #F0BFDD: hue angle of 323.27º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFDD is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 221 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.06 |
| HSL | 323.27º | 0.62% | 0.85% | - |
| HSV(B) | 323.27º | 0.2% | 0.94% | - |
| XYZ | 67.62 | 61.01 | 76.62 | - |
| YUV | 209.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 221 | 0 | 0.20 | 0.08 | 0.06 | 323.27 | 0.62 | 0.85 |
| Hex | F0 | BF | DD | 0 | 14 | 8 | 6 | 143 | 3E | 55 |
| Octal | 360 | 277 | 335 | 0 | 24 | 10 | 6 | 503 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11011101 | 0 | 10100 | 1000 | 110 | 101000011 | 111110 | 1010101 |
Color Harmonies of #F0BFDD
Complementary color
Monochromatic Colors of #F0BFDD
Black with #F0BFDD
Text Example
Text Example
White with #F0BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFDD; }
p { color: rgb(240,191,221); }
H1.HeaderClassName
{
color: #F0BFDD;
}
.AnyTagClassName
{
color: #F0BFDD;
}
</style>
background-color css
<style>
a { background-color: #F0BFDD; }
a { background-color: rgb(240,191,221); }
div.DivClassName
{
background-color: #F0BFDD;
}
.BgClassName
{
background-color: #F0BFDD;
}
</style>
border-color css
<style>
span { border-color: #F0BFDD; }
span { border-color: rgb(240,191,221); }
td.TdClassName
{
border-color: #F0BFDD;
}
.TagClassName
{
border-color: #F0BFDD;
}
</style>