Shades of Classic Rose #F0BCDF
Tints of Classic Rose #F0BCDF
RGB
CMYK
RGB Variations
Color information
#F0BCDF (or 0xF0BCDF) is known color: Classic Rose. HEX triplet: F0, BC and DF. RGB value is (240,188,223). Sum of RGB (Red+Green+Blue) = 240+188+223=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCDF is #0F4320. Grayscale: #CFCFCF. Windows color (decimal): -1000225 or 14662896. OLE color: 14662896.
HSL color Cylindrical-coordinate representation of color #F0BCDF: hue angle of 319.62º 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 #F0BCDF is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 223 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.06 |
| HSL | 319.62º | 0.63% | 0.84% | - |
| HSV(B) | 319.62º | 0.22% | 0.94% | - |
| XYZ | 67.24 | 59.82 | 77.81 | - |
| YUV | 207.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 223 | 0 | 0.22 | 0.07 | 0.06 | 319.62 | 0.63 | 0.84 |
| Hex | F0 | BC | DF | 0 | 16 | 7 | 6 | 140 | 3F | 54 |
| Octal | 360 | 274 | 337 | 0 | 26 | 7 | 6 | 500 | 77 | 124 |
| Binary | 11110000 | 10111100 | 11011111 | 0 | 10110 | 111 | 110 | 101000000 | 111111 | 1010100 |
Color Harmonies of #F0BCDF
Complementary color
Monochromatic Colors of #F0BCDF
Black with #F0BCDF
Text Example
Text Example
White with #F0BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCDF; }
p { color: rgb(240,188,223); }
H1.HeaderClassName
{
color: #F0BCDF;
}
.AnyTagClassName
{
color: #F0BCDF;
}
</style>
background-color css
<style>
a { background-color: #F0BCDF; }
a { background-color: rgb(240,188,223); }
div.DivClassName
{
background-color: #F0BCDF;
}
.BgClassName
{
background-color: #F0BCDF;
}
</style>
border-color css
<style>
span { border-color: #F0BCDF; }
span { border-color: rgb(240,188,223); }
td.TdClassName
{
border-color: #F0BCDF;
}
.TagClassName
{
border-color: #F0BCDF;
}
</style>