Shades of Classic Rose #F0BEDB
Tints of Classic Rose #F0BEDB
RGB
CMYK
RGB Variations
Color information
#F0BEDB (or 0xF0BEDB) is known color: Classic Rose. HEX triplet: F0, BE and DB. RGB value is (240,190,219). Sum of RGB (Red+Green+Blue) = 240+190+219=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEDB is #0F4124. Grayscale: #D0D0D0. Windows color (decimal): -999717 or 14401264. OLE color: 14401264.
HSL color Cylindrical-coordinate representation of color #F0BEDB: hue angle of 325.2º 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 #F0BEDB is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 219 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.06 |
| HSL | 325.2º | 0.63% | 0.84% | - |
| HSV(B) | 325.2º | 0.21% | 0.94% | - |
| XYZ | 67.13 | 60.47 | 75.15 | - |
| YUV | 208.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 219 | 0 | 0.21 | 0.09 | 0.06 | 325.2 | 0.63 | 0.84 |
| Hex | F0 | BE | DB | 0 | 15 | 9 | 6 | 145 | 3E | 54 |
| Octal | 360 | 276 | 333 | 0 | 25 | 11 | 6 | 505 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11011011 | 0 | 10101 | 1001 | 110 | 101000101 | 111110 | 1010100 |
Color Harmonies of #F0BEDB
Complementary color
Monochromatic Colors of #F0BEDB
Black with #F0BEDB
Text Example
Text Example
White with #F0BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEDB; }
p { color: rgb(240,190,219); }
H1.HeaderClassName
{
color: #F0BEDB;
}
.AnyTagClassName
{
color: #F0BEDB;
}
</style>
background-color css
<style>
a { background-color: #F0BEDB; }
a { background-color: rgb(240,190,219); }
div.DivClassName
{
background-color: #F0BEDB;
}
.BgClassName
{
background-color: #F0BEDB;
}
</style>
border-color css
<style>
span { border-color: #F0BEDB; }
span { border-color: rgb(240,190,219); }
td.TdClassName
{
border-color: #F0BEDB;
}
.TagClassName
{
border-color: #F0BEDB;
}
</style>