Shades of Classic Rose #F4BCE1
Tints of Classic Rose #F4BCE1
RGB
CMYK
RGB Variations
Color information
#F4BCE1 (or 0xF4BCE1) is known color: Classic Rose. HEX triplet: F4, BC and E1. RGB value is (244,188,225). Sum of RGB (Red+Green+Blue) = 244+188+225=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCE1 is #0B431E. Grayscale: #D0D0D0. Windows color (decimal): -738079 or 14793972. OLE color: 14793972.
HSL color Cylindrical-coordinate representation of color #F4BCE1: hue angle of 320.36º 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 #F4BCE1 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 225 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.04 |
| HSL | 320.36º | 0.72% | 0.85% | - |
| HSV(B) | 320.36º | 0.23% | 0.96% | - |
| XYZ | 68.88 | 60.64 | 79.31 | - |
| YUV | 208.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 225 | 0 | 0.23 | 0.08 | 0.04 | 320.36 | 0.72 | 0.85 |
| Hex | F4 | BC | E1 | 0 | 17 | 8 | 4 | 140 | 48 | 55 |
| Octal | 364 | 274 | 341 | 0 | 27 | 10 | 4 | 500 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11100001 | 0 | 10111 | 1000 | 100 | 101000000 | 1001000 | 1010101 |
Color Harmonies of #F4BCE1
Complementary color
Monochromatic Colors of #F4BCE1
Black with #F4BCE1
Text Example
Text Example
White with #F4BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCE1; }
p { color: rgb(244,188,225); }
H1.HeaderClassName
{
color: #F4BCE1;
}
.AnyTagClassName
{
color: #F4BCE1;
}
</style>
background-color css
<style>
a { background-color: #F4BCE1; }
a { background-color: rgb(244,188,225); }
div.DivClassName
{
background-color: #F4BCE1;
}
.BgClassName
{
background-color: #F4BCE1;
}
</style>
border-color css
<style>
span { border-color: #F4BCE1; }
span { border-color: rgb(244,188,225); }
td.TdClassName
{
border-color: #F4BCE1;
}
.TagClassName
{
border-color: #F4BCE1;
}
</style>