Shades of Classic Rose #F2BCD8
Tints of Classic Rose #F2BCD8
RGB
CMYK
RGB Variations
Color information
#F2BCD8 (or 0xF2BCD8) is known color: Classic Rose. HEX triplet: F2, BC and D8. RGB value is (242,188,216). Sum of RGB (Red+Green+Blue) = 242+188+216=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD8 is #0D4327. Grayscale: #CFCFCF. Windows color (decimal): -869160 or 14204146. OLE color: 14204146.
HSL color Cylindrical-coordinate representation of color #F2BCD8: hue angle of 328.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCD8 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 216 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.05 |
| HSL | 328.89º | 0.68% | 0.84% | - |
| HSV(B) | 328.89º | 0.22% | 0.95% | - |
| XYZ | 67 | 59.8 | 72.98 | - |
| YUV | 207.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 216 | 0 | 0.22 | 0.11 | 0.05 | 328.89 | 0.68 | 0.84 |
| Hex | F2 | BC | D8 | 0 | 16 | B | 5 | 149 | 44 | 54 |
| Octal | 362 | 274 | 330 | 0 | 26 | 13 | 5 | 511 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11011000 | 0 | 10110 | 1011 | 101 | 101001001 | 1000100 | 1010100 |
Color Harmonies of #F2BCD8
Complementary color
Monochromatic Colors of #F2BCD8
Black with #F2BCD8
Text Example
Text Example
White with #F2BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCD8; }
p { color: rgb(242,188,216); }
H1.HeaderClassName
{
color: #F2BCD8;
}
.AnyTagClassName
{
color: #F2BCD8;
}
</style>
background-color css
<style>
a { background-color: #F2BCD8; }
a { background-color: rgb(242,188,216); }
div.DivClassName
{
background-color: #F2BCD8;
}
.BgClassName
{
background-color: #F2BCD8;
}
</style>
border-color css
<style>
span { border-color: #F2BCD8; }
span { border-color: rgb(242,188,216); }
td.TdClassName
{
border-color: #F2BCD8;
}
.TagClassName
{
border-color: #F2BCD8;
}
</style>