Shades of Classic Rose #F0BADC
Tints of Classic Rose #F0BADC
RGB
CMYK
RGB Variations
Color information
#F0BADC (or 0xF0BADC) is known color: Classic Rose. HEX triplet: F0, BA and DC. RGB value is (240,186,220). Sum of RGB (Red+Green+Blue) = 240+186+220=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BADC is #0F4523. Grayscale: #CDCDCD. Windows color (decimal): -1000740 or 14465776. OLE color: 14465776.
HSL color Cylindrical-coordinate representation of color #F0BADC: hue angle of 322.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BADC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 220 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.06 |
| HSL | 322.22º | 0.64% | 0.84% | - |
| HSV(B) | 322.22º | 0.23% | 0.94% | - |
| XYZ | 66.41 | 58.81 | 75.56 | - |
| YUV | 206.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 220 | 0 | 0.22 | 0.08 | 0.06 | 322.22 | 0.64 | 0.84 |
| Hex | F0 | BA | DC | 0 | 16 | 8 | 6 | 142 | 40 | 54 |
| Octal | 360 | 272 | 334 | 0 | 26 | 10 | 6 | 502 | 100 | 124 |
| Binary | 11110000 | 10111010 | 11011100 | 0 | 10110 | 1000 | 110 | 101000010 | 1000000 | 1010100 |
Color Harmonies of #F0BADC
Complementary color
Monochromatic Colors of #F0BADC
Black with #F0BADC
Text Example
Text Example
White with #F0BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BADC; }
p { color: rgb(240,186,220); }
H1.HeaderClassName
{
color: #F0BADC;
}
.AnyTagClassName
{
color: #F0BADC;
}
</style>
background-color css
<style>
a { background-color: #F0BADC; }
a { background-color: rgb(240,186,220); }
div.DivClassName
{
background-color: #F0BADC;
}
.BgClassName
{
background-color: #F0BADC;
}
</style>
border-color css
<style>
span { border-color: #F0BADC; }
span { border-color: rgb(240,186,220); }
td.TdClassName
{
border-color: #F0BADC;
}
.TagClassName
{
border-color: #F0BADC;
}
</style>