Shades of Blossom #F0ABB4
Tints of Blossom #F0ABB4
RGB
CMYK
RGB Variations
Color information
#F0ABB4 (or 0xF0ABB4) is known color: Blossom. HEX triplet: F0, AB and B4. RGB value is (240,171,180). Sum of RGB (Red+Green+Blue) = 240+171+180=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABB4 is #0F544B. Grayscale: #C0C0C0. Windows color (decimal): -1004620 or 11840496. OLE color: 11840496.
HSL color Cylindrical-coordinate representation of color #F0ABB4: hue angle of 352.17º 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 #F0ABB4 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 180 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.06 |
| HSL | 352.17º | 0.7% | 0.81% | - |
| HSV(B) | 352.17º | 0.29% | 0.94% | - |
| XYZ | 58.74 | 50.95 | 49.92 | - |
| YUV | 192.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 180 | 0 | 0.29 | 0.25 | 0.06 | 352.17 | 0.7 | 0.81 |
| Hex | F0 | AB | B4 | 0 | 1D | 19 | 6 | 160 | 46 | 51 |
| Octal | 360 | 253 | 264 | 0 | 35 | 31 | 6 | 540 | 106 | 121 |
| Binary | 11110000 | 10101011 | 10110100 | 0 | 11101 | 11001 | 110 | 101100000 | 1000110 | 1010001 |
Color Harmonies of #F0ABB4
Complementary color
Monochromatic Colors of #F0ABB4
Black with #F0ABB4
Text Example
Text Example
White with #F0ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABB4; }
p { color: rgb(240,171,180); }
H1.HeaderClassName
{
color: #F0ABB4;
}
.AnyTagClassName
{
color: #F0ABB4;
}
</style>
background-color css
<style>
a { background-color: #F0ABB4; }
a { background-color: rgb(240,171,180); }
div.DivClassName
{
background-color: #F0ABB4;
}
.BgClassName
{
background-color: #F0ABB4;
}
</style>
border-color css
<style>
span { border-color: #F0ABB4; }
span { border-color: rgb(240,171,180); }
td.TdClassName
{
border-color: #F0ABB4;
}
.TagClassName
{
border-color: #F0ABB4;
}
</style>