Shades of Blossom #F0AEB1
Tints of Blossom #F0AEB1
RGB
CMYK
RGB Variations
Color information
#F0AEB1 (or 0xF0AEB1) is known color: Blossom. HEX triplet: F0, AE and B1. RGB value is (240,174,177). Sum of RGB (Red+Green+Blue) = 240+174+177=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEB1 is #0F514E. Grayscale: #C2C2C2. Windows color (decimal): -1003855 or 11644656. OLE color: 11644656.
HSL color Cylindrical-coordinate representation of color #F0AEB1: hue angle of 357.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AEB1 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 177 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.06 |
| HSL | 357.27º | 0.69% | 0.81% | - |
| HSV(B) | 357.27º | 0.28% | 0.94% | - |
| XYZ | 59.01 | 51.97 | 48.52 | - |
| YUV | 194.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 177 | 0 | 0.28 | 0.26 | 0.06 | 357.27 | 0.69 | 0.81 |
| Hex | F0 | AE | B1 | 0 | 1C | 1A | 6 | 165 | 45 | 51 |
| Octal | 360 | 256 | 261 | 0 | 34 | 32 | 6 | 545 | 105 | 121 |
| Binary | 11110000 | 10101110 | 10110001 | 0 | 11100 | 11010 | 110 | 101100101 | 1000101 | 1010001 |
Color Harmonies of #F0AEB1
Complementary color
Monochromatic Colors of #F0AEB1
Black with #F0AEB1
Text Example
Text Example
White with #F0AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEB1; }
p { color: rgb(240,174,177); }
H1.HeaderClassName
{
color: #F0AEB1;
}
.AnyTagClassName
{
color: #F0AEB1;
}
</style>
background-color css
<style>
a { background-color: #F0AEB1; }
a { background-color: rgb(240,174,177); }
div.DivClassName
{
background-color: #F0AEB1;
}
.BgClassName
{
background-color: #F0AEB1;
}
</style>
border-color css
<style>
span { border-color: #F0AEB1; }
span { border-color: rgb(240,174,177); }
td.TdClassName
{
border-color: #F0AEB1;
}
.TagClassName
{
border-color: #F0AEB1;
}
</style>