Shades of Blossom #F0AFB8
Tints of Blossom #F0AFB8
RGB
CMYK
RGB Variations
Color information
#F0AFB8 (or 0xF0AFB8) is known color: Blossom. HEX triplet: F0, AF and B8. RGB value is (240,175,184). Sum of RGB (Red+Green+Blue) = 240+175+184=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFB8 is #0F5047. Grayscale: #C3C3C3. Windows color (decimal): -1003592 or 12103664. OLE color: 12103664.
HSL color Cylindrical-coordinate representation of color #F0AFB8: hue angle of 351.69º degrees, saturation: 0.68, 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 #F0AFB8 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 184 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.06 |
| HSL | 351.69º | 0.68% | 0.81% | - |
| HSV(B) | 351.69º | 0.27% | 0.94% | - |
| XYZ | 59.92 | 52.65 | 52.35 | - |
| YUV | 195.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 184 | 0 | 0.27 | 0.23 | 0.06 | 351.69 | 0.68 | 0.81 |
| Hex | F0 | AF | B8 | 0 | 1B | 17 | 6 | 160 | 44 | 51 |
| Octal | 360 | 257 | 270 | 0 | 33 | 27 | 6 | 540 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10111000 | 0 | 11011 | 10111 | 110 | 101100000 | 1000100 | 1010001 |
Color Harmonies of #F0AFB8
Complementary color
Monochromatic Colors of #F0AFB8
Black with #F0AFB8
Text Example
Text Example
White with #F0AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFB8; }
p { color: rgb(240,175,184); }
H1.HeaderClassName
{
color: #F0AFB8;
}
.AnyTagClassName
{
color: #F0AFB8;
}
</style>
background-color css
<style>
a { background-color: #F0AFB8; }
a { background-color: rgb(240,175,184); }
div.DivClassName
{
background-color: #F0AFB8;
}
.BgClassName
{
background-color: #F0AFB8;
}
</style>
border-color css
<style>
span { border-color: #F0AFB8; }
span { border-color: rgb(240,175,184); }
td.TdClassName
{
border-color: #F0AFB8;
}
.TagClassName
{
border-color: #F0AFB8;
}
</style>