Shades of Blossom #F0AEB5
Tints of Blossom #F0AEB5
RGB
CMYK
RGB Variations
Color information
#F0AEB5 (or 0xF0AEB5) is known color: Blossom. HEX triplet: F0, AE and B5. RGB value is (240,174,181). Sum of RGB (Red+Green+Blue) = 240+174+181=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEB5 is #0F514A. Grayscale: #C2C2C2. Windows color (decimal): -1003851 or 11906800. OLE color: 11906800.
HSL color Cylindrical-coordinate representation of color #F0AEB5: hue angle of 353.64º 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 #F0AEB5 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 181 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.06 |
| HSL | 353.64º | 0.69% | 0.81% | - |
| HSV(B) | 353.64º | 0.28% | 0.94% | - |
| XYZ | 59.41 | 52.13 | 50.65 | - |
| YUV | 194.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 181 | 0 | 0.28 | 0.25 | 0.06 | 353.64 | 0.69 | 0.81 |
| Hex | F0 | AE | B5 | 0 | 1C | 19 | 6 | 162 | 45 | 51 |
| Octal | 360 | 256 | 265 | 0 | 34 | 31 | 6 | 542 | 105 | 121 |
| Binary | 11110000 | 10101110 | 10110101 | 0 | 11100 | 11001 | 110 | 101100010 | 1000101 | 1010001 |
Color Harmonies of #F0AEB5
Complementary color
Monochromatic Colors of #F0AEB5
Black with #F0AEB5
Text Example
Text Example
White with #F0AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEB5; }
p { color: rgb(240,174,181); }
H1.HeaderClassName
{
color: #F0AEB5;
}
.AnyTagClassName
{
color: #F0AEB5;
}
</style>
background-color css
<style>
a { background-color: #F0AEB5; }
a { background-color: rgb(240,174,181); }
div.DivClassName
{
background-color: #F0AEB5;
}
.BgClassName
{
background-color: #F0AEB5;
}
</style>
border-color css
<style>
span { border-color: #F0AEB5; }
span { border-color: rgb(240,174,181); }
td.TdClassName
{
border-color: #F0AEB5;
}
.TagClassName
{
border-color: #F0AEB5;
}
</style>