Shades of Blossom #F0ABB2
Tints of Blossom #F0ABB2
RGB
CMYK
RGB Variations
Color information
#F0ABB2 (or 0xF0ABB2) is known color: Blossom. HEX triplet: F0, AB and B2. RGB value is (240,171,178). Sum of RGB (Red+Green+Blue) = 240+171+178=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ABB2 is #0F544D. Grayscale: #C0C0C0. Windows color (decimal): -1004622 or 11709424. OLE color: 11709424.
HSL color Cylindrical-coordinate representation of color #F0ABB2: hue angle of 353.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABB2 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 178 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.06 |
| HSL | 353.91º | 0.7% | 0.81% | - |
| HSV(B) | 353.91º | 0.29% | 0.94% | - |
| XYZ | 58.53 | 50.87 | 48.85 | - |
| YUV | 192.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 178 | 0 | 0.29 | 0.26 | 0.06 | 353.91 | 0.7 | 0.81 |
| Hex | F0 | AB | B2 | 0 | 1D | 1A | 6 | 162 | 46 | 51 |
| Octal | 360 | 253 | 262 | 0 | 35 | 32 | 6 | 542 | 106 | 121 |
| Binary | 11110000 | 10101011 | 10110010 | 0 | 11101 | 11010 | 110 | 101100010 | 1000110 | 1010001 |
Color Harmonies of #F0ABB2
Complementary color
Monochromatic Colors of #F0ABB2
Black with #F0ABB2
Text Example
Text Example
White with #F0ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABB2; }
p { color: rgb(240,171,178); }
H1.HeaderClassName
{
color: #F0ABB2;
}
.AnyTagClassName
{
color: #F0ABB2;
}
</style>
background-color css
<style>
a { background-color: #F0ABB2; }
a { background-color: rgb(240,171,178); }
div.DivClassName
{
background-color: #F0ABB2;
}
.BgClassName
{
background-color: #F0ABB2;
}
</style>
border-color css
<style>
span { border-color: #F0ABB2; }
span { border-color: rgb(240,171,178); }
td.TdClassName
{
border-color: #F0ABB2;
}
.TagClassName
{
border-color: #F0ABB2;
}
</style>