Shades of Classic Rose #F4BBE1
Tints of Classic Rose #F4BBE1
RGB
CMYK
RGB Variations
Color information
#F4BBE1 (or 0xF4BBE1) is known color: Classic Rose. HEX triplet: F4, BB and E1. RGB value is (244,187,225). Sum of RGB (Red+Green+Blue) = 244+187+225=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBE1 is #0B441E. Grayscale: #D0D0D0. Windows color (decimal): -738335 or 14793716. OLE color: 14793716.
HSL color Cylindrical-coordinate representation of color #F4BBE1: hue angle of 320º 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 #F4BBE1 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 225 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.04 |
| HSL | 320º | 0.72% | 0.85% | - |
| HSV(B) | 320º | 0.23% | 0.96% | - |
| XYZ | 68.67 | 60.21 | 79.24 | - |
| YUV | 208.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 225 | 0 | 0.23 | 0.08 | 0.04 | 320 | 0.72 | 0.85 |
| Hex | F4 | BB | E1 | 0 | 17 | 8 | 4 | 140 | 48 | 55 |
| Octal | 364 | 273 | 341 | 0 | 27 | 10 | 4 | 500 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11100001 | 0 | 10111 | 1000 | 100 | 101000000 | 1001000 | 1010101 |
Color Harmonies of #F4BBE1
Complementary color
Monochromatic Colors of #F4BBE1
Black with #F4BBE1
Text Example
Text Example
White with #F4BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBE1; }
p { color: rgb(244,187,225); }
H1.HeaderClassName
{
color: #F4BBE1;
}
.AnyTagClassName
{
color: #F4BBE1;
}
</style>
background-color css
<style>
a { background-color: #F4BBE1; }
a { background-color: rgb(244,187,225); }
div.DivClassName
{
background-color: #F4BBE1;
}
.BgClassName
{
background-color: #F4BBE1;
}
</style>
border-color css
<style>
span { border-color: #F4BBE1; }
span { border-color: rgb(244,187,225); }
td.TdClassName
{
border-color: #F4BBE1;
}
.TagClassName
{
border-color: #F4BBE1;
}
</style>