Shades of Blossom #F0AFB6
Tints of Blossom #F0AFB6
RGB
CMYK
RGB Variations
Color information
#F0AFB6 (or 0xF0AFB6) is known color: Blossom. HEX triplet: F0, AF and B6. RGB value is (240,175,182). Sum of RGB (Red+Green+Blue) = 240+175+182=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFB6 is #0F5049. Grayscale: #C3C3C3. Windows color (decimal): -1003594 or 11972592. OLE color: 11972592.
HSL color Cylindrical-coordinate representation of color #F0AFB6: hue angle of 353.54º 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 #F0AFB6 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 182 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.06 |
| HSL | 353.54º | 0.68% | 0.81% | - |
| HSV(B) | 353.54º | 0.27% | 0.94% | - |
| XYZ | 59.71 | 52.56 | 51.25 | - |
| YUV | 195.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 182 | 0 | 0.27 | 0.24 | 0.06 | 353.54 | 0.68 | 0.81 |
| Hex | F0 | AF | B6 | 0 | 1B | 18 | 6 | 162 | 44 | 51 |
| Octal | 360 | 257 | 266 | 0 | 33 | 30 | 6 | 542 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10110110 | 0 | 11011 | 11000 | 110 | 101100010 | 1000100 | 1010001 |
Color Harmonies of #F0AFB6
Complementary color
Monochromatic Colors of #F0AFB6
Black with #F0AFB6
Text Example
Text Example
White with #F0AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFB6; }
p { color: rgb(240,175,182); }
H1.HeaderClassName
{
color: #F0AFB6;
}
.AnyTagClassName
{
color: #F0AFB6;
}
</style>
background-color css
<style>
a { background-color: #F0AFB6; }
a { background-color: rgb(240,175,182); }
div.DivClassName
{
background-color: #F0AFB6;
}
.BgClassName
{
background-color: #F0AFB6;
}
</style>
border-color css
<style>
span { border-color: #F0AFB6; }
span { border-color: rgb(240,175,182); }
td.TdClassName
{
border-color: #F0AFB6;
}
.TagClassName
{
border-color: #F0AFB6;
}
</style>