Shades of Classic Rose #F0BFD5
Tints of Classic Rose #F0BFD5
RGB
CMYK
RGB Variations
Color information
#F0BFD5 (or 0xF0BFD5) is known color: Classic Rose. HEX triplet: F0, BF and D5. RGB value is (240,191,213). Sum of RGB (Red+Green+Blue) = 240+191+213=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFD5 is #0F402A. Grayscale: #D0D0D0. Windows color (decimal): -999467 or 14008304. OLE color: 14008304.
HSL color Cylindrical-coordinate representation of color #F0BFD5: hue angle of 333.06º 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 #F0BFD5 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 213 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.06 |
| HSL | 333.06º | 0.62% | 0.85% | - |
| HSV(B) | 333.06º | 0.2% | 0.94% | - |
| XYZ | 66.58 | 60.59 | 71.14 | - |
| YUV | 208.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 213 | 0 | 0.20 | 0.11 | 0.06 | 333.06 | 0.62 | 0.85 |
| Hex | F0 | BF | D5 | 0 | 14 | B | 6 | 14D | 3E | 55 |
| Octal | 360 | 277 | 325 | 0 | 24 | 13 | 6 | 515 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11010101 | 0 | 10100 | 1011 | 110 | 101001101 | 111110 | 1010101 |
Color Harmonies of #F0BFD5
Complementary color
Monochromatic Colors of #F0BFD5
Black with #F0BFD5
Text Example
Text Example
White with #F0BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFD5; }
p { color: rgb(240,191,213); }
H1.HeaderClassName
{
color: #F0BFD5;
}
.AnyTagClassName
{
color: #F0BFD5;
}
</style>
background-color css
<style>
a { background-color: #F0BFD5; }
a { background-color: rgb(240,191,213); }
div.DivClassName
{
background-color: #F0BFD5;
}
.BgClassName
{
background-color: #F0BFD5;
}
</style>
border-color css
<style>
span { border-color: #F0BFD5; }
span { border-color: rgb(240,191,213); }
td.TdClassName
{
border-color: #F0BFD5;
}
.TagClassName
{
border-color: #F0BFD5;
}
</style>