Shades of Classic Rose #F7BBE0
Tints of Classic Rose #F7BBE0
RGB
CMYK
RGB Variations
Color information
#F7BBE0 (or 0xF7BBE0) is known color: Classic Rose. HEX triplet: F7, BB and E0. RGB value is (247,187,224). Sum of RGB (Red+Green+Blue) = 247+187+224=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBE0 is #08441F. Grayscale: #D1D1D1. Windows color (decimal): -541728 or 14728183. OLE color: 14728183.
HSL color Cylindrical-coordinate representation of color #F7BBE0: hue angle of 323º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBE0 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 224 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.03 |
| HSL | 323º | 0.79% | 0.85% | - |
| HSV(B) | 323º | 0.24% | 0.97% | - |
| XYZ | 69.58 | 60.7 | 78.57 | - |
| YUV | 209.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 224 | 0 | 0.24 | 0.09 | 0.03 | 323 | 0.79 | 0.85 |
| Hex | F7 | BB | E0 | 0 | 18 | 9 | 3 | 143 | 4F | 55 |
| Octal | 367 | 273 | 340 | 0 | 30 | 11 | 3 | 503 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11100000 | 0 | 11000 | 1001 | 11 | 101000011 | 1001111 | 1010101 |
Color Harmonies of #F7BBE0
Complementary color
Monochromatic Colors of #F7BBE0
Black with #F7BBE0
Text Example
Text Example
White with #F7BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBE0; }
p { color: rgb(247,187,224); }
H1.HeaderClassName
{
color: #F7BBE0;
}
.AnyTagClassName
{
color: #F7BBE0;
}
</style>
background-color css
<style>
a { background-color: #F7BBE0; }
a { background-color: rgb(247,187,224); }
div.DivClassName
{
background-color: #F7BBE0;
}
.BgClassName
{
background-color: #F7BBE0;
}
</style>
border-color css
<style>
span { border-color: #F7BBE0; }
span { border-color: rgb(247,187,224); }
td.TdClassName
{
border-color: #F7BBE0;
}
.TagClassName
{
border-color: #F7BBE0;
}
</style>