Shades of Classic Rose #F2BADB
Tints of Classic Rose #F2BADB
RGB
CMYK
RGB Variations
Color information
#F2BADB (or 0xF2BADB) is known color: Classic Rose. HEX triplet: F2, BA and DB. RGB value is (242,186,219). Sum of RGB (Red+Green+Blue) = 242+186+219=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BADB is #0D4524. Grayscale: #CECECE. Windows color (decimal): -869669 or 14400242. OLE color: 14400242.
HSL color Cylindrical-coordinate representation of color #F2BADB: hue angle of 324.64º 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 #F2BADB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 219 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 324.64º | 0.68% | 0.84% | - |
| HSV(B) | 324.64º | 0.23% | 0.95% | - |
| XYZ | 66.96 | 59.11 | 74.9 | - |
| YUV | 206.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 219 | 0 | 0.23 | 0.10 | 0.05 | 324.64 | 0.68 | 0.84 |
| Hex | F2 | BA | DB | 0 | 17 | A | 5 | 145 | 44 | 54 |
| Octal | 362 | 272 | 333 | 0 | 27 | 12 | 5 | 505 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11011011 | 0 | 10111 | 1010 | 101 | 101000101 | 1000100 | 1010100 |
Color Harmonies of #F2BADB
Complementary color
Monochromatic Colors of #F2BADB
Black with #F2BADB
Text Example
Text Example
White with #F2BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BADB; }
p { color: rgb(242,186,219); }
H1.HeaderClassName
{
color: #F2BADB;
}
.AnyTagClassName
{
color: #F2BADB;
}
</style>
background-color css
<style>
a { background-color: #F2BADB; }
a { background-color: rgb(242,186,219); }
div.DivClassName
{
background-color: #F2BADB;
}
.BgClassName
{
background-color: #F2BADB;
}
</style>
border-color css
<style>
span { border-color: #F2BADB; }
span { border-color: rgb(242,186,219); }
td.TdClassName
{
border-color: #F2BADB;
}
.TagClassName
{
border-color: #F2BADB;
}
</style>