Shades of Classic Rose #F9BCE2
Tints of Classic Rose #F9BCE2
RGB
CMYK
RGB Variations
Color information
#F9BCE2 (or 0xF9BCE2) is known color: Classic Rose. HEX triplet: F9, BC and E2. RGB value is (249,188,226). Sum of RGB (Red+Green+Blue) = 249+188+226=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCE2 is #06431D. Grayscale: #D2D2D2. Windows color (decimal): -410398 or 14859513. OLE color: 14859513.
HSL color Cylindrical-coordinate representation of color #F9BCE2: hue angle of 322.62º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCE2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 226 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.02 |
| HSL | 322.62º | 0.84% | 0.86% | - |
| HSV(B) | 322.62º | 0.24% | 0.98% | - |
| XYZ | 70.78 | 61.6 | 80.11 | - |
| YUV | 210.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 226 | 0 | 0.24 | 0.09 | 0.02 | 322.62 | 0.84 | 0.86 |
| Hex | F9 | BC | E2 | 0 | 18 | 9 | 2 | 143 | 54 | 56 |
| Octal | 371 | 274 | 342 | 0 | 30 | 11 | 2 | 503 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11100010 | 0 | 11000 | 1001 | 10 | 101000011 | 1010100 | 1010110 |
Color Harmonies of #F9BCE2
Complementary color
Monochromatic Colors of #F9BCE2
Black with #F9BCE2
Text Example
Text Example
White with #F9BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCE2; }
p { color: rgb(249,188,226); }
H1.HeaderClassName
{
color: #F9BCE2;
}
.AnyTagClassName
{
color: #F9BCE2;
}
</style>
background-color css
<style>
a { background-color: #F9BCE2; }
a { background-color: rgb(249,188,226); }
div.DivClassName
{
background-color: #F9BCE2;
}
.BgClassName
{
background-color: #F9BCE2;
}
</style>
border-color css
<style>
span { border-color: #F9BCE2; }
span { border-color: rgb(249,188,226); }
td.TdClassName
{
border-color: #F9BCE2;
}
.TagClassName
{
border-color: #F9BCE2;
}
</style>