Shades of Blossom #F1AAB0
Tints of Blossom #F1AAB0
RGB
CMYK
RGB Variations
Color information
#F1AAB0 (or 0xF1AAB0) is known color: Blossom. HEX triplet: F1, AA and B0. RGB value is (241,170,176). Sum of RGB (Red+Green+Blue) = 241+170+176=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AAB0 is #0E554F. Grayscale: #BFBFBF. Windows color (decimal): -939344 or 11578097. OLE color: 11578097.
HSL color Cylindrical-coordinate representation of color #F1AAB0: hue angle of 354.93º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAB0 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 176 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.05 |
| HSL | 354.93º | 0.72% | 0.81% | - |
| HSV(B) | 354.93º | 0.29% | 0.95% | - |
| XYZ | 58.49 | 50.58 | 47.76 | - |
| YUV | 191.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 176 | 0 | 0.29 | 0.27 | 0.05 | 354.93 | 0.72 | 0.81 |
| Hex | F1 | AA | B0 | 0 | 1D | 1B | 5 | 163 | 48 | 51 |
| Octal | 361 | 252 | 260 | 0 | 35 | 33 | 5 | 543 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10110000 | 0 | 11101 | 11011 | 101 | 101100011 | 1001000 | 1010001 |
Color Harmonies of #F1AAB0
Complementary color
Monochromatic Colors of #F1AAB0
Black with #F1AAB0
Text Example
Text Example
White with #F1AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAB0; }
p { color: rgb(241,170,176); }
H1.HeaderClassName
{
color: #F1AAB0;
}
.AnyTagClassName
{
color: #F1AAB0;
}
</style>
background-color css
<style>
a { background-color: #F1AAB0; }
a { background-color: rgb(241,170,176); }
div.DivClassName
{
background-color: #F1AAB0;
}
.BgClassName
{
background-color: #F1AAB0;
}
</style>
border-color css
<style>
span { border-color: #F1AAB0; }
span { border-color: rgb(241,170,176); }
td.TdClassName
{
border-color: #F1AAB0;
}
.TagClassName
{
border-color: #F1AAB0;
}
</style>