Shades of Classic Rose #F0BFDF
Tints of Classic Rose #F0BFDF
RGB
CMYK
RGB Variations
Color information
#F0BFDF (or 0xF0BFDF) is known color: Classic Rose. HEX triplet: F0, BF and DF. RGB value is (240,191,223). Sum of RGB (Red+Green+Blue) = 240+191+223=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFDF is #0F4020. Grayscale: #D1D1D1. Windows color (decimal): -999457 or 14663664. OLE color: 14663664.
HSL color Cylindrical-coordinate representation of color #F0BFDF: hue angle of 320.82º 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 #F0BFDF is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 223 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.06 |
| HSL | 320.82º | 0.62% | 0.85% | - |
| HSV(B) | 320.82º | 0.2% | 0.94% | - |
| XYZ | 67.89 | 61.11 | 78.03 | - |
| YUV | 209.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 223 | 0 | 0.20 | 0.07 | 0.06 | 320.82 | 0.62 | 0.85 |
| Hex | F0 | BF | DF | 0 | 14 | 7 | 6 | 141 | 3E | 55 |
| Octal | 360 | 277 | 337 | 0 | 24 | 7 | 6 | 501 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11011111 | 0 | 10100 | 111 | 110 | 101000001 | 111110 | 1010101 |
Color Harmonies of #F0BFDF
Complementary color
Monochromatic Colors of #F0BFDF
Black with #F0BFDF
Text Example
Text Example
White with #F0BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFDF; }
p { color: rgb(240,191,223); }
H1.HeaderClassName
{
color: #F0BFDF;
}
.AnyTagClassName
{
color: #F0BFDF;
}
</style>
background-color css
<style>
a { background-color: #F0BFDF; }
a { background-color: rgb(240,191,223); }
div.DivClassName
{
background-color: #F0BFDF;
}
.BgClassName
{
background-color: #F0BFDF;
}
</style>
border-color css
<style>
span { border-color: #F0BFDF; }
span { border-color: rgb(240,191,223); }
td.TdClassName
{
border-color: #F0BFDF;
}
.TagClassName
{
border-color: #F0BFDF;
}
</style>