Shades of Classic Rose #F2BCE1
Tints of Classic Rose #F2BCE1
RGB
CMYK
RGB Variations
Color information
#F2BCE1 (or 0xF2BCE1) is known color: Classic Rose. HEX triplet: F2, BC and E1. RGB value is (242,188,225). Sum of RGB (Red+Green+Blue) = 242+188+225=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCE1 is #0D431E. Grayscale: #D0D0D0. Windows color (decimal): -869151 or 14793970. OLE color: 14793970.
HSL color Cylindrical-coordinate representation of color #F2BCE1: hue angle of 318.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 #F2BCE1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 225 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 318.89º | 0.68% | 0.84% | - |
| HSV(B) | 318.89º | 0.22% | 0.95% | - |
| XYZ | 68.19 | 60.28 | 79.28 | - |
| YUV | 208.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 225 | 0 | 0.22 | 0.07 | 0.05 | 318.89 | 0.68 | 0.84 |
| Hex | F2 | BC | E1 | 0 | 16 | 7 | 5 | 13F | 44 | 54 |
| Octal | 362 | 274 | 341 | 0 | 26 | 7 | 5 | 477 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11100001 | 0 | 10110 | 111 | 101 | 100111111 | 1000100 | 1010100 |
Color Harmonies of #F2BCE1
Complementary color
Monochromatic Colors of #F2BCE1
Black with #F2BCE1
Text Example
Text Example
White with #F2BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCE1; }
p { color: rgb(242,188,225); }
H1.HeaderClassName
{
color: #F2BCE1;
}
.AnyTagClassName
{
color: #F2BCE1;
}
</style>
background-color css
<style>
a { background-color: #F2BCE1; }
a { background-color: rgb(242,188,225); }
div.DivClassName
{
background-color: #F2BCE1;
}
.BgClassName
{
background-color: #F2BCE1;
}
</style>
border-color css
<style>
span { border-color: #F2BCE1; }
span { border-color: rgb(242,188,225); }
td.TdClassName
{
border-color: #F2BCE1;
}
.TagClassName
{
border-color: #F2BCE1;
}
</style>