Shades of Classic Rose #F2BAD8
Tints of Classic Rose #F2BAD8
RGB
CMYK
RGB Variations
Color information
#F2BAD8 (or 0xF2BAD8) is known color: Classic Rose. HEX triplet: F2, BA and D8. RGB value is (242,186,216). Sum of RGB (Red+Green+Blue) = 242+186+216=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAD8 is #0D4527. Grayscale: #CECECE. Windows color (decimal): -869672 or 14203634. OLE color: 14203634.
HSL color Cylindrical-coordinate representation of color #F2BAD8: hue angle of 327.86º 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 #F2BAD8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 216 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.05 |
| HSL | 327.86º | 0.68% | 0.84% | - |
| HSV(B) | 327.86º | 0.23% | 0.95% | - |
| XYZ | 66.57 | 58.95 | 72.84 | - |
| YUV | 206.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 216 | 0 | 0.23 | 0.11 | 0.05 | 327.86 | 0.68 | 0.84 |
| Hex | F2 | BA | D8 | 0 | 17 | B | 5 | 148 | 44 | 54 |
| Octal | 362 | 272 | 330 | 0 | 27 | 13 | 5 | 510 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11011000 | 0 | 10111 | 1011 | 101 | 101001000 | 1000100 | 1010100 |
Color Harmonies of #F2BAD8
Complementary color
Monochromatic Colors of #F2BAD8
Black with #F2BAD8
Text Example
Text Example
White with #F2BAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAD8; }
p { color: rgb(242,186,216); }
H1.HeaderClassName
{
color: #F2BAD8;
}
.AnyTagClassName
{
color: #F2BAD8;
}
</style>
background-color css
<style>
a { background-color: #F2BAD8; }
a { background-color: rgb(242,186,216); }
div.DivClassName
{
background-color: #F2BAD8;
}
.BgClassName
{
background-color: #F2BAD8;
}
</style>
border-color css
<style>
span { border-color: #F2BAD8; }
span { border-color: rgb(242,186,216); }
td.TdClassName
{
border-color: #F2BAD8;
}
.TagClassName
{
border-color: #F2BAD8;
}
</style>