Shades of Classic Rose #F5BBE1
Tints of Classic Rose #F5BBE1
RGB
CMYK
RGB Variations
Color information
#F5BBE1 (or 0xF5BBE1) is known color: Classic Rose. HEX triplet: F5, BB and E1. RGB value is (245,187,225). Sum of RGB (Red+Green+Blue) = 245+187+225=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBE1 is #0A441E. Grayscale: #D0D0D0. Windows color (decimal): -672799 or 14793717. OLE color: 14793717.
HSL color Cylindrical-coordinate representation of color #F5BBE1: hue angle of 320.69º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBE1 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 225 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.04 |
| HSL | 320.69º | 0.74% | 0.85% | - |
| HSV(B) | 320.69º | 0.24% | 0.96% | - |
| XYZ | 69.02 | 60.39 | 79.25 | - |
| YUV | 208.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 225 | 0 | 0.24 | 0.08 | 0.04 | 320.69 | 0.74 | 0.85 |
| Hex | F5 | BB | E1 | 0 | 18 | 8 | 4 | 141 | 4A | 55 |
| Octal | 365 | 273 | 341 | 0 | 30 | 10 | 4 | 501 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11100001 | 0 | 11000 | 1000 | 100 | 101000001 | 1001010 | 1010101 |
Color Harmonies of #F5BBE1
Complementary color
Monochromatic Colors of #F5BBE1
Black with #F5BBE1
Text Example
Text Example
White with #F5BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBE1; }
p { color: rgb(245,187,225); }
H1.HeaderClassName
{
color: #F5BBE1;
}
.AnyTagClassName
{
color: #F5BBE1;
}
</style>
background-color css
<style>
a { background-color: #F5BBE1; }
a { background-color: rgb(245,187,225); }
div.DivClassName
{
background-color: #F5BBE1;
}
.BgClassName
{
background-color: #F5BBE1;
}
</style>
border-color css
<style>
span { border-color: #F5BBE1; }
span { border-color: rgb(245,187,225); }
td.TdClassName
{
border-color: #F5BBE1;
}
.TagClassName
{
border-color: #F5BBE1;
}
</style>