Shades of Classic Rose #F0BFDA
Tints of Classic Rose #F0BFDA
RGB
CMYK
RGB Variations
Color information
#F0BFDA (or 0xF0BFDA) is known color: Classic Rose. HEX triplet: F0, BF and DA. RGB value is (240,191,218). Sum of RGB (Red+Green+Blue) = 240+191+218=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFDA is #0F4025. Grayscale: #D0D0D0. Windows color (decimal): -999462 or 14335984. OLE color: 14335984.
HSL color Cylindrical-coordinate representation of color #F0BFDA: hue angle of 326.94º 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 #F0BFDA is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 218 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.06 |
| HSL | 326.94º | 0.62% | 0.85% | - |
| HSV(B) | 326.94º | 0.2% | 0.94% | - |
| XYZ | 67.22 | 60.85 | 74.53 | - |
| YUV | 208.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 218 | 0 | 0.20 | 0.09 | 0.06 | 326.94 | 0.62 | 0.85 |
| Hex | F0 | BF | DA | 0 | 14 | 9 | 6 | 147 | 3E | 55 |
| Octal | 360 | 277 | 332 | 0 | 24 | 11 | 6 | 507 | 76 | 125 |
| Binary | 11110000 | 10111111 | 11011010 | 0 | 10100 | 1001 | 110 | 101000111 | 111110 | 1010101 |
Color Harmonies of #F0BFDA
Complementary color
Monochromatic Colors of #F0BFDA
Black with #F0BFDA
Text Example
Text Example
White with #F0BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFDA; }
p { color: rgb(240,191,218); }
H1.HeaderClassName
{
color: #F0BFDA;
}
.AnyTagClassName
{
color: #F0BFDA;
}
</style>
background-color css
<style>
a { background-color: #F0BFDA; }
a { background-color: rgb(240,191,218); }
div.DivClassName
{
background-color: #F0BFDA;
}
.BgClassName
{
background-color: #F0BFDA;
}
</style>
border-color css
<style>
span { border-color: #F0BFDA; }
span { border-color: rgb(240,191,218); }
td.TdClassName
{
border-color: #F0BFDA;
}
.TagClassName
{
border-color: #F0BFDA;
}
</style>