Shades of Classic Rose #F2BCD6
Tints of Classic Rose #F2BCD6
RGB
CMYK
RGB Variations
Color information
#F2BCD6 (or 0xF2BCD6) is known color: Classic Rose. HEX triplet: F2, BC and D6. RGB value is (242,188,214). Sum of RGB (Red+Green+Blue) = 242+188+214=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD6 is #0D4329. Grayscale: #CFCFCF. Windows color (decimal): -869162 or 14073074. OLE color: 14073074.
HSL color Cylindrical-coordinate representation of color #F2BCD6: hue angle of 331.11º 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 #F2BCD6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 214 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.05 |
| HSL | 331.11º | 0.68% | 0.84% | - |
| HSV(B) | 331.11º | 0.22% | 0.95% | - |
| XYZ | 66.74 | 59.7 | 71.62 | - |
| YUV | 207.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 214 | 0 | 0.22 | 0.12 | 0.05 | 331.11 | 0.68 | 0.84 |
| Hex | F2 | BC | D6 | 0 | 16 | C | 5 | 14B | 44 | 54 |
| Octal | 362 | 274 | 326 | 0 | 26 | 14 | 5 | 513 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11010110 | 0 | 10110 | 1100 | 101 | 101001011 | 1000100 | 1010100 |
Color Harmonies of #F2BCD6
Complementary color
Monochromatic Colors of #F2BCD6
Black with #F2BCD6
Text Example
Text Example
White with #F2BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCD6; }
p { color: rgb(242,188,214); }
H1.HeaderClassName
{
color: #F2BCD6;
}
.AnyTagClassName
{
color: #F2BCD6;
}
</style>
background-color css
<style>
a { background-color: #F2BCD6; }
a { background-color: rgb(242,188,214); }
div.DivClassName
{
background-color: #F2BCD6;
}
.BgClassName
{
background-color: #F2BCD6;
}
</style>
border-color css
<style>
span { border-color: #F2BCD6; }
span { border-color: rgb(242,188,214); }
td.TdClassName
{
border-color: #F2BCD6;
}
.TagClassName
{
border-color: #F2BCD6;
}
</style>