Shades of Blossom #F0AFB2
Tints of Blossom #F0AFB2
RGB
CMYK
RGB Variations
Color information
#F0AFB2 (or 0xF0AFB2) is known color: Blossom. HEX triplet: F0, AF and B2. RGB value is (240,175,178). Sum of RGB (Red+Green+Blue) = 240+175+178=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFB2 is #0F504D. Grayscale: #C2C2C2. Windows color (decimal): -1003598 or 11710448. OLE color: 11710448.
HSL color Cylindrical-coordinate representation of color #F0AFB2: hue angle of 357.23º 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 #F0AFB2 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 178 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.06 |
| HSL | 357.23º | 0.68% | 0.81% | - |
| HSV(B) | 357.23º | 0.27% | 0.94% | - |
| XYZ | 59.3 | 52.4 | 49.11 | - |
| YUV | 194.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 178 | 0 | 0.27 | 0.26 | 0.06 | 357.23 | 0.68 | 0.81 |
| Hex | F0 | AF | B2 | 0 | 1B | 1A | 6 | 165 | 44 | 51 |
| Octal | 360 | 257 | 262 | 0 | 33 | 32 | 6 | 545 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10110010 | 0 | 11011 | 11010 | 110 | 101100101 | 1000100 | 1010001 |
Color Harmonies of #F0AFB2
Complementary color
Monochromatic Colors of #F0AFB2
Black with #F0AFB2
Text Example
Text Example
White with #F0AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFB2; }
p { color: rgb(240,175,178); }
H1.HeaderClassName
{
color: #F0AFB2;
}
.AnyTagClassName
{
color: #F0AFB2;
}
</style>
background-color css
<style>
a { background-color: #F0AFB2; }
a { background-color: rgb(240,175,178); }
div.DivClassName
{
background-color: #F0AFB2;
}
.BgClassName
{
background-color: #F0AFB2;
}
</style>
border-color css
<style>
span { border-color: #F0AFB2; }
span { border-color: rgb(240,175,178); }
td.TdClassName
{
border-color: #F0AFB2;
}
.TagClassName
{
border-color: #F0AFB2;
}
</style>