Shades of Classic Rose #F2BADA
Tints of Classic Rose #F2BADA
RGB
CMYK
RGB Variations
Color information
#F2BADA (or 0xF2BADA) is known color: Classic Rose. HEX triplet: F2, BA and DA. RGB value is (242,186,218). Sum of RGB (Red+Green+Blue) = 242+186+218=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BADA is #0D4525. Grayscale: #CECECE. Windows color (decimal): -869670 or 14334706. OLE color: 14334706.
HSL color Cylindrical-coordinate representation of color #F2BADA: hue angle of 325.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BADA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 218 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 325.71º | 0.68% | 0.84% | - |
| HSV(B) | 325.71º | 0.23% | 0.95% | - |
| XYZ | 66.83 | 59.06 | 74.21 | - |
| YUV | 206.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 218 | 0 | 0.23 | 0.10 | 0.05 | 325.71 | 0.68 | 0.84 |
| Hex | F2 | BA | DA | 0 | 17 | A | 5 | 146 | 44 | 54 |
| Octal | 362 | 272 | 332 | 0 | 27 | 12 | 5 | 506 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11011010 | 0 | 10111 | 1010 | 101 | 101000110 | 1000100 | 1010100 |
Color Harmonies of #F2BADA
Complementary color
Monochromatic Colors of #F2BADA
Black with #F2BADA
Text Example
Text Example
White with #F2BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BADA; }
p { color: rgb(242,186,218); }
H1.HeaderClassName
{
color: #F2BADA;
}
.AnyTagClassName
{
color: #F2BADA;
}
</style>
background-color css
<style>
a { background-color: #F2BADA; }
a { background-color: rgb(242,186,218); }
div.DivClassName
{
background-color: #F2BADA;
}
.BgClassName
{
background-color: #F2BADA;
}
</style>
border-color css
<style>
span { border-color: #F2BADA; }
span { border-color: rgb(242,186,218); }
td.TdClassName
{
border-color: #F2BADA;
}
.TagClassName
{
border-color: #F2BADA;
}
</style>