Shades of Blossom #F0AFB7
Tints of Blossom #F0AFB7
RGB
CMYK
RGB Variations
Color information
#F0AFB7 (or 0xF0AFB7) is known color: Blossom. HEX triplet: F0, AF and B7. RGB value is (240,175,183). Sum of RGB (Red+Green+Blue) = 240+175+183=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFB7 is #0F5048. Grayscale: #C3C3C3. Windows color (decimal): -1003593 or 12038128. OLE color: 12038128.
HSL color Cylindrical-coordinate representation of color #F0AFB7: hue angle of 352.62º 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 #F0AFB7 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 183 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.06 |
| HSL | 352.62º | 0.68% | 0.81% | - |
| HSV(B) | 352.62º | 0.27% | 0.94% | - |
| XYZ | 59.81 | 52.6 | 51.8 | - |
| YUV | 195.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 183 | 0 | 0.27 | 0.24 | 0.06 | 352.62 | 0.68 | 0.81 |
| Hex | F0 | AF | B7 | 0 | 1B | 18 | 6 | 161 | 44 | 51 |
| Octal | 360 | 257 | 267 | 0 | 33 | 30 | 6 | 541 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10110111 | 0 | 11011 | 11000 | 110 | 101100001 | 1000100 | 1010001 |
Color Harmonies of #F0AFB7
Complementary color
Monochromatic Colors of #F0AFB7
Black with #F0AFB7
Text Example
Text Example
White with #F0AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFB7; }
p { color: rgb(240,175,183); }
H1.HeaderClassName
{
color: #F0AFB7;
}
.AnyTagClassName
{
color: #F0AFB7;
}
</style>
background-color css
<style>
a { background-color: #F0AFB7; }
a { background-color: rgb(240,175,183); }
div.DivClassName
{
background-color: #F0AFB7;
}
.BgClassName
{
background-color: #F0AFB7;
}
</style>
border-color css
<style>
span { border-color: #F0AFB7; }
span { border-color: rgb(240,175,183); }
td.TdClassName
{
border-color: #F0AFB7;
}
.TagClassName
{
border-color: #F0AFB7;
}
</style>