Shades of Blossom #F1AAB5
Tints of Blossom #F1AAB5
RGB
CMYK
RGB Variations
Color information
#F1AAB5 (or 0xF1AAB5) is known color: Blossom. HEX triplet: F1, AA and B5. RGB value is (241,170,181). Sum of RGB (Red+Green+Blue) = 241+170+181=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB5 is #0E554A. Grayscale: #C0C0C0. Windows color (decimal): -939339 or 11905777. OLE color: 11905777.
HSL color Cylindrical-coordinate representation of color #F1AAB5: hue angle of 350.7º 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 #F1AAB5 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 181 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.05 |
| HSL | 350.7º | 0.72% | 0.81% | - |
| HSV(B) | 350.7º | 0.29% | 0.95% | - |
| XYZ | 58.99 | 50.79 | 50.41 | - |
| YUV | 192.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 181 | 0 | 0.29 | 0.25 | 0.05 | 350.7 | 0.72 | 0.81 |
| Hex | F1 | AA | B5 | 0 | 1D | 19 | 5 | 15F | 48 | 51 |
| Octal | 361 | 252 | 265 | 0 | 35 | 31 | 5 | 537 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10110101 | 0 | 11101 | 11001 | 101 | 101011111 | 1001000 | 1010001 |
Color Harmonies of #F1AAB5
Complementary color
Monochromatic Colors of #F1AAB5
Black with #F1AAB5
Text Example
Text Example
White with #F1AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAB5; }
p { color: rgb(241,170,181); }
H1.HeaderClassName
{
color: #F1AAB5;
}
.AnyTagClassName
{
color: #F1AAB5;
}
</style>
background-color css
<style>
a { background-color: #F1AAB5; }
a { background-color: rgb(241,170,181); }
div.DivClassName
{
background-color: #F1AAB5;
}
.BgClassName
{
background-color: #F1AAB5;
}
</style>
border-color css
<style>
span { border-color: #F1AAB5; }
span { border-color: rgb(241,170,181); }
td.TdClassName
{
border-color: #F1AAB5;
}
.TagClassName
{
border-color: #F1AAB5;
}
</style>