Shades of Blossom #F0AFB5
Tints of Blossom #F0AFB5
RGB
CMYK
RGB Variations
Color information
#F0AFB5 (or 0xF0AFB5) is known color: Blossom. HEX triplet: F0, AF and B5. RGB value is (240,175,181). Sum of RGB (Red+Green+Blue) = 240+175+181=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFB5 is #0F504A. Grayscale: #C3C3C3. Windows color (decimal): -1003595 or 11907056. OLE color: 11907056.
HSL color Cylindrical-coordinate representation of color #F0AFB5: hue angle of 354.46º 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 #F0AFB5 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 181 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.06 |
| HSL | 354.46º | 0.68% | 0.81% | - |
| HSV(B) | 354.46º | 0.27% | 0.94% | - |
| XYZ | 59.61 | 52.52 | 50.71 | - |
| YUV | 195.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 181 | 0 | 0.27 | 0.25 | 0.06 | 354.46 | 0.68 | 0.81 |
| Hex | F0 | AF | B5 | 0 | 1B | 19 | 6 | 162 | 44 | 51 |
| Octal | 360 | 257 | 265 | 0 | 33 | 31 | 6 | 542 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10110101 | 0 | 11011 | 11001 | 110 | 101100010 | 1000100 | 1010001 |
Color Harmonies of #F0AFB5
Complementary color
Monochromatic Colors of #F0AFB5
Black with #F0AFB5
Text Example
Text Example
White with #F0AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFB5; }
p { color: rgb(240,175,181); }
H1.HeaderClassName
{
color: #F0AFB5;
}
.AnyTagClassName
{
color: #F0AFB5;
}
</style>
background-color css
<style>
a { background-color: #F0AFB5; }
a { background-color: rgb(240,175,181); }
div.DivClassName
{
background-color: #F0AFB5;
}
.BgClassName
{
background-color: #F0AFB5;
}
</style>
border-color css
<style>
span { border-color: #F0AFB5; }
span { border-color: rgb(240,175,181); }
td.TdClassName
{
border-color: #F0AFB5;
}
.TagClassName
{
border-color: #F0AFB5;
}
</style>