Shades of Classic Rose #F4BCE2
Tints of Classic Rose #F4BCE2
RGB
CMYK
RGB Variations
Color information
#F4BCE2 (or 0xF4BCE2) is known color: Classic Rose. HEX triplet: F4, BC and E2. RGB value is (244,188,226). Sum of RGB (Red+Green+Blue) = 244+188+226=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCE2 is #0B431D. Grayscale: #D0D0D0. Windows color (decimal): -738078 or 14859508. OLE color: 14859508.
HSL color Cylindrical-coordinate representation of color #F4BCE2: hue angle of 319.29º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BCE2 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 226 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.04 |
| HSL | 319.29º | 0.72% | 0.85% | - |
| HSV(B) | 319.29º | 0.23% | 0.96% | - |
| XYZ | 69.02 | 60.69 | 80.03 | - |
| YUV | 209.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 226 | 0 | 0.23 | 0.07 | 0.04 | 319.29 | 0.72 | 0.85 |
| Hex | F4 | BC | E2 | 0 | 17 | 7 | 4 | 13F | 48 | 55 |
| Octal | 364 | 274 | 342 | 0 | 27 | 7 | 4 | 477 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11100010 | 0 | 10111 | 111 | 100 | 100111111 | 1001000 | 1010101 |
Color Harmonies of #F4BCE2
Complementary color
Monochromatic Colors of #F4BCE2
Black with #F4BCE2
Text Example
Text Example
White with #F4BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCE2; }
p { color: rgb(244,188,226); }
H1.HeaderClassName
{
color: #F4BCE2;
}
.AnyTagClassName
{
color: #F4BCE2;
}
</style>
background-color css
<style>
a { background-color: #F4BCE2; }
a { background-color: rgb(244,188,226); }
div.DivClassName
{
background-color: #F4BCE2;
}
.BgClassName
{
background-color: #F4BCE2;
}
</style>
border-color css
<style>
span { border-color: #F4BCE2; }
span { border-color: rgb(244,188,226); }
td.TdClassName
{
border-color: #F4BCE2;
}
.TagClassName
{
border-color: #F4BCE2;
}
</style>