Shades of Blossom #F0AEB8
Tints of Blossom #F0AEB8
RGB
CMYK
RGB Variations
Color information
#F0AEB8 (or 0xF0AEB8) is known color: Blossom. HEX triplet: F0, AE and B8. RGB value is (240,174,184). Sum of RGB (Red+Green+Blue) = 240+174+184=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEB8 is #0F5147. Grayscale: #C2C2C2. Windows color (decimal): -1003848 or 12103408. OLE color: 12103408.
HSL color Cylindrical-coordinate representation of color #F0AEB8: hue angle of 350.91º 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 #F0AEB8 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 184 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.06 |
| HSL | 350.91º | 0.69% | 0.81% | - |
| HSV(B) | 350.91º | 0.28% | 0.94% | - |
| XYZ | 59.72 | 52.26 | 52.29 | - |
| YUV | 194.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 184 | 0 | 0.28 | 0.23 | 0.06 | 350.91 | 0.69 | 0.81 |
| Hex | F0 | AE | B8 | 0 | 1C | 17 | 6 | 15F | 45 | 51 |
| Octal | 360 | 256 | 270 | 0 | 34 | 27 | 6 | 537 | 105 | 121 |
| Binary | 11110000 | 10101110 | 10111000 | 0 | 11100 | 10111 | 110 | 101011111 | 1000101 | 1010001 |
Color Harmonies of #F0AEB8
Complementary color
Monochromatic Colors of #F0AEB8
Black with #F0AEB8
Text Example
Text Example
White with #F0AEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEB8; }
p { color: rgb(240,174,184); }
H1.HeaderClassName
{
color: #F0AEB8;
}
.AnyTagClassName
{
color: #F0AEB8;
}
</style>
background-color css
<style>
a { background-color: #F0AEB8; }
a { background-color: rgb(240,174,184); }
div.DivClassName
{
background-color: #F0AEB8;
}
.BgClassName
{
background-color: #F0AEB8;
}
</style>
border-color css
<style>
span { border-color: #F0AEB8; }
span { border-color: rgb(240,174,184); }
td.TdClassName
{
border-color: #F0AEB8;
}
.TagClassName
{
border-color: #F0AEB8;
}
</style>