Shades of Classic Rose #F0BCDA
Tints of Classic Rose #F0BCDA
RGB
CMYK
RGB Variations
Color information
#F0BCDA (or 0xF0BCDA) is known color: Classic Rose. HEX triplet: F0, BC and DA. RGB value is (240,188,218). Sum of RGB (Red+Green+Blue) = 240+188+218=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCDA is #0F4325. Grayscale: #CECECE. Windows color (decimal): -1000230 or 14335216. OLE color: 14335216.
HSL color Cylindrical-coordinate representation of color #F0BCDA: hue angle of 325.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCDA is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 218 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.06 |
| HSL | 325.38º | 0.63% | 0.84% | - |
| HSV(B) | 325.38º | 0.22% | 0.94% | - |
| XYZ | 66.57 | 59.55 | 74.32 | - |
| YUV | 206.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 218 | 0 | 0.22 | 0.09 | 0.06 | 325.38 | 0.63 | 0.84 |
| Hex | F0 | BC | DA | 0 | 16 | 9 | 6 | 145 | 3F | 54 |
| Octal | 360 | 274 | 332 | 0 | 26 | 11 | 6 | 505 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11011010 | 0 | 10110 | 1001 | 110 | 101000101 | 111111 | 1010100 |
Color Harmonies of #F0BCDA
Complementary color
Monochromatic Colors of #F0BCDA
Black with #F0BCDA
Text Example
Text Example
White with #F0BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCDA; }
p { color: rgb(240,188,218); }
H1.HeaderClassName
{
color: #F0BCDA;
}
.AnyTagClassName
{
color: #F0BCDA;
}
</style>
background-color css
<style>
a { background-color: #F0BCDA; }
a { background-color: rgb(240,188,218); }
div.DivClassName
{
background-color: #F0BCDA;
}
.BgClassName
{
background-color: #F0BCDA;
}
</style>
border-color css
<style>
span { border-color: #F0BCDA; }
span { border-color: rgb(240,188,218); }
td.TdClassName
{
border-color: #F0BCDA;
}
.TagClassName
{
border-color: #F0BCDA;
}
</style>