Shades of Blossom #F0AFB4
Tints of Blossom #F0AFB4
RGB
CMYK
RGB Variations
Color information
#F0AFB4 (or 0xF0AFB4) is known color: Blossom. HEX triplet: F0, AF and B4. RGB value is (240,175,180). Sum of RGB (Red+Green+Blue) = 240+175+180=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFB4 is #0F504B. Grayscale: #C3C3C3. Windows color (decimal): -1003596 or 11841520. OLE color: 11841520.
HSL color Cylindrical-coordinate representation of color #F0AFB4: hue angle of 355.38º 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 #F0AFB4 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 180 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.06 |
| HSL | 355.38º | 0.68% | 0.81% | - |
| HSV(B) | 355.38º | 0.27% | 0.94% | - |
| XYZ | 59.5 | 52.48 | 50.17 | - |
| YUV | 195.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 180 | 0 | 0.27 | 0.25 | 0.06 | 355.38 | 0.68 | 0.81 |
| Hex | F0 | AF | B4 | 0 | 1B | 19 | 6 | 163 | 44 | 51 |
| Octal | 360 | 257 | 264 | 0 | 33 | 31 | 6 | 543 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10110100 | 0 | 11011 | 11001 | 110 | 101100011 | 1000100 | 1010001 |
Color Harmonies of #F0AFB4
Complementary color
Monochromatic Colors of #F0AFB4
Black with #F0AFB4
Text Example
Text Example
White with #F0AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFB4; }
p { color: rgb(240,175,180); }
H1.HeaderClassName
{
color: #F0AFB4;
}
.AnyTagClassName
{
color: #F0AFB4;
}
</style>
background-color css
<style>
a { background-color: #F0AFB4; }
a { background-color: rgb(240,175,180); }
div.DivClassName
{
background-color: #F0AFB4;
}
.BgClassName
{
background-color: #F0AFB4;
}
</style>
border-color css
<style>
span { border-color: #F0AFB4; }
span { border-color: rgb(240,175,180); }
td.TdClassName
{
border-color: #F0AFB4;
}
.TagClassName
{
border-color: #F0AFB4;
}
</style>