Shades of Classic Rose #F0BDE0
Tints of Classic Rose #F0BDE0
RGB
CMYK
RGB Variations
Color information
#F0BDE0 (or 0xF0BDE0) is known color: Classic Rose. HEX triplet: F0, BD and E0. RGB value is (240,189,224). Sum of RGB (Red+Green+Blue) = 240+189+224=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDE0 is #0F421F. Grayscale: #D0D0D0. Windows color (decimal): -999968 or 14728688. OLE color: 14728688.
HSL color Cylindrical-coordinate representation of color #F0BDE0: hue angle of 318.82º degrees, saturation: 0.63, 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 #F0BDE0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 224 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.06 |
| HSL | 318.82º | 0.63% | 0.84% | - |
| HSV(B) | 318.82º | 0.21% | 0.94% | - |
| XYZ | 67.59 | 60.3 | 78.6 | - |
| YUV | 208.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 224 | 0 | 0.21 | 0.07 | 0.06 | 318.82 | 0.63 | 0.84 |
| Hex | F0 | BD | E0 | 0 | 15 | 7 | 6 | 13F | 3F | 54 |
| Octal | 360 | 275 | 340 | 0 | 25 | 7 | 6 | 477 | 77 | 124 |
| Binary | 11110000 | 10111101 | 11100000 | 0 | 10101 | 111 | 110 | 100111111 | 111111 | 1010100 |
Color Harmonies of #F0BDE0
Complementary color
Monochromatic Colors of #F0BDE0
Black with #F0BDE0
Text Example
Text Example
White with #F0BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDE0; }
p { color: rgb(240,189,224); }
H1.HeaderClassName
{
color: #F0BDE0;
}
.AnyTagClassName
{
color: #F0BDE0;
}
</style>
background-color css
<style>
a { background-color: #F0BDE0; }
a { background-color: rgb(240,189,224); }
div.DivClassName
{
background-color: #F0BDE0;
}
.BgClassName
{
background-color: #F0BDE0;
}
</style>
border-color css
<style>
span { border-color: #F0BDE0; }
span { border-color: rgb(240,189,224); }
td.TdClassName
{
border-color: #F0BDE0;
}
.TagClassName
{
border-color: #F0BDE0;
}
</style>