Shades of Classic Rose #F0BEDA
Tints of Classic Rose #F0BEDA
RGB
CMYK
RGB Variations
Color information
#F0BEDA (or 0xF0BEDA) is known color: Classic Rose. HEX triplet: F0, BE and DA. RGB value is (240,190,218). Sum of RGB (Red+Green+Blue) = 240+190+218=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEDA is #0F4125. Grayscale: #D0D0D0. Windows color (decimal): -999718 or 14335728. OLE color: 14335728.
HSL color Cylindrical-coordinate representation of color #F0BEDA: hue angle of 326.4º degrees, saturation: 0.62, 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 #F0BEDA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 218 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.06 |
| HSL | 326.4º | 0.63% | 0.84% | - |
| HSV(B) | 326.4º | 0.21% | 0.94% | - |
| XYZ | 67 | 60.41 | 74.46 | - |
| YUV | 208.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 218 | 0 | 0.21 | 0.09 | 0.06 | 326.4 | 0.63 | 0.84 |
| Hex | F0 | BE | DA | 0 | 15 | 9 | 6 | 146 | 3E | 54 |
| Octal | 360 | 276 | 332 | 0 | 25 | 11 | 6 | 506 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11011010 | 0 | 10101 | 1001 | 110 | 101000110 | 111110 | 1010100 |
Color Harmonies of #F0BEDA
Complementary color
Monochromatic Colors of #F0BEDA
Black with #F0BEDA
Text Example
Text Example
White with #F0BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEDA; }
p { color: rgb(240,190,218); }
H1.HeaderClassName
{
color: #F0BEDA;
}
.AnyTagClassName
{
color: #F0BEDA;
}
</style>
background-color css
<style>
a { background-color: #F0BEDA; }
a { background-color: rgb(240,190,218); }
div.DivClassName
{
background-color: #F0BEDA;
}
.BgClassName
{
background-color: #F0BEDA;
}
</style>
border-color css
<style>
span { border-color: #F0BEDA; }
span { border-color: rgb(240,190,218); }
td.TdClassName
{
border-color: #F0BEDA;
}
.TagClassName
{
border-color: #F0BEDA;
}
</style>