Shades of Classic Rose #F2BCDA
Tints of Classic Rose #F2BCDA
RGB
CMYK
RGB Variations
Color information
#F2BCDA (or 0xF2BCDA) is known color: Classic Rose. HEX triplet: F2, BC and DA. RGB value is (242,188,218). Sum of RGB (Red+Green+Blue) = 242+188+218=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCDA is #0D4325. Grayscale: #CFCFCF. Windows color (decimal): -869158 or 14335218. OLE color: 14335218.
HSL color Cylindrical-coordinate representation of color #F2BCDA: hue angle of 326.67º 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 #F2BCDA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 218 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.05 |
| HSL | 326.67º | 0.68% | 0.84% | - |
| HSV(B) | 326.67º | 0.22% | 0.95% | - |
| XYZ | 67.26 | 59.91 | 74.35 | - |
| YUV | 207.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 218 | 0 | 0.22 | 0.10 | 0.05 | 326.67 | 0.68 | 0.84 |
| Hex | F2 | BC | DA | 0 | 16 | A | 5 | 147 | 44 | 54 |
| Octal | 362 | 274 | 332 | 0 | 26 | 12 | 5 | 507 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11011010 | 0 | 10110 | 1010 | 101 | 101000111 | 1000100 | 1010100 |
Color Harmonies of #F2BCDA
Complementary color
Monochromatic Colors of #F2BCDA
Black with #F2BCDA
Text Example
Text Example
White with #F2BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCDA; }
p { color: rgb(242,188,218); }
H1.HeaderClassName
{
color: #F2BCDA;
}
.AnyTagClassName
{
color: #F2BCDA;
}
</style>
background-color css
<style>
a { background-color: #F2BCDA; }
a { background-color: rgb(242,188,218); }
div.DivClassName
{
background-color: #F2BCDA;
}
.BgClassName
{
background-color: #F2BCDA;
}
</style>
border-color css
<style>
span { border-color: #F2BCDA; }
span { border-color: rgb(242,188,218); }
td.TdClassName
{
border-color: #F2BCDA;
}
.TagClassName
{
border-color: #F2BCDA;
}
</style>