Shades of Classic Rose #F2BADD
Tints of Classic Rose #F2BADD
RGB
CMYK
RGB Variations
Color information
#F2BADD (or 0xF2BADD) is known color: Classic Rose. HEX triplet: F2, BA and DD. RGB value is (242,186,221). Sum of RGB (Red+Green+Blue) = 242+186+221=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BADD is #0D4522. Grayscale: #CECECE. Windows color (decimal): -869667 or 14531314. OLE color: 14531314.
HSL color Cylindrical-coordinate representation of color #F2BADD: hue angle of 322.5º 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 #F2BADD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 221 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.05 |
| HSL | 322.5º | 0.68% | 0.84% | - |
| HSV(B) | 322.5º | 0.23% | 0.95% | - |
| XYZ | 67.23 | 59.22 | 76.29 | - |
| YUV | 206.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 221 | 0 | 0.23 | 0.09 | 0.05 | 322.5 | 0.68 | 0.84 |
| Hex | F2 | BA | DD | 0 | 17 | 9 | 5 | 142 | 44 | 54 |
| Octal | 362 | 272 | 335 | 0 | 27 | 11 | 5 | 502 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11011101 | 0 | 10111 | 1001 | 101 | 101000010 | 1000100 | 1010100 |
Color Harmonies of #F2BADD
Complementary color
Monochromatic Colors of #F2BADD
Black with #F2BADD
Text Example
Text Example
White with #F2BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BADD; }
p { color: rgb(242,186,221); }
H1.HeaderClassName
{
color: #F2BADD;
}
.AnyTagClassName
{
color: #F2BADD;
}
</style>
background-color css
<style>
a { background-color: #F2BADD; }
a { background-color: rgb(242,186,221); }
div.DivClassName
{
background-color: #F2BADD;
}
.BgClassName
{
background-color: #F2BADD;
}
</style>
border-color css
<style>
span { border-color: #F2BADD; }
span { border-color: rgb(242,186,221); }
td.TdClassName
{
border-color: #F2BADD;
}
.TagClassName
{
border-color: #F2BADD;
}
</style>