Shades of Classic Rose #F0BED3
Tints of Classic Rose #F0BED3
RGB
CMYK
RGB Variations
Color information
#F0BED3 (or 0xF0BED3) is known color: Classic Rose. HEX triplet: F0, BE and D3. RGB value is (240,190,211). Sum of RGB (Red+Green+Blue) = 240+190+211=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BED3 is #0F412C. Grayscale: #CFCFCF. Windows color (decimal): -999725 or 13876976. OLE color: 13876976.
HSL color Cylindrical-coordinate representation of color #F0BED3: hue angle of 334.8º 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 #F0BED3 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 211 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.06 |
| HSL | 334.8º | 0.63% | 0.84% | - |
| HSV(B) | 334.8º | 0.21% | 0.94% | - |
| XYZ | 66.11 | 60.06 | 69.74 | - |
| YUV | 207.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 211 | 0 | 0.21 | 0.12 | 0.06 | 334.8 | 0.63 | 0.84 |
| Hex | F0 | BE | D3 | 0 | 15 | C | 6 | 14F | 3E | 54 |
| Octal | 360 | 276 | 323 | 0 | 25 | 14 | 6 | 517 | 76 | 124 |
| Binary | 11110000 | 10111110 | 11010011 | 0 | 10101 | 1100 | 110 | 101001111 | 111110 | 1010100 |
Color Harmonies of #F0BED3
Complementary color
Monochromatic Colors of #F0BED3
Black with #F0BED3
Text Example
Text Example
White with #F0BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BED3; }
p { color: rgb(240,190,211); }
H1.HeaderClassName
{
color: #F0BED3;
}
.AnyTagClassName
{
color: #F0BED3;
}
</style>
background-color css
<style>
a { background-color: #F0BED3; }
a { background-color: rgb(240,190,211); }
div.DivClassName
{
background-color: #F0BED3;
}
.BgClassName
{
background-color: #F0BED3;
}
</style>
border-color css
<style>
span { border-color: #F0BED3; }
span { border-color: rgb(240,190,211); }
td.TdClassName
{
border-color: #F0BED3;
}
.TagClassName
{
border-color: #F0BED3;
}
</style>