Shades of Blossom #F1AAB6
Tints of Blossom #F1AAB6
RGB
CMYK
RGB Variations
Color information
#F1AAB6 (or 0xF1AAB6) is known color: Blossom. HEX triplet: F1, AA and B6. RGB value is (241,170,182). Sum of RGB (Red+Green+Blue) = 241+170+182=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB6 is #0E5549. Grayscale: #C0C0C0. Windows color (decimal): -939338 or 11971313. OLE color: 11971313.
HSL color Cylindrical-coordinate representation of color #F1AAB6: hue angle of 349.86º 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 #F1AAB6 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 182 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.05 |
| HSL | 349.86º | 0.72% | 0.81% | - |
| HSV(B) | 349.86º | 0.29% | 0.95% | - |
| XYZ | 59.09 | 50.83 | 50.95 | - |
| YUV | 192.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 182 | 0 | 0.29 | 0.24 | 0.05 | 349.86 | 0.72 | 0.81 |
| Hex | F1 | AA | B6 | 0 | 1D | 18 | 5 | 15E | 48 | 51 |
| Octal | 361 | 252 | 266 | 0 | 35 | 30 | 5 | 536 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10110110 | 0 | 11101 | 11000 | 101 | 101011110 | 1001000 | 1010001 |
Color Harmonies of #F1AAB6
Complementary color
Monochromatic Colors of #F1AAB6
Black with #F1AAB6
Text Example
Text Example
White with #F1AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAB6; }
p { color: rgb(241,170,182); }
H1.HeaderClassName
{
color: #F1AAB6;
}
.AnyTagClassName
{
color: #F1AAB6;
}
</style>
background-color css
<style>
a { background-color: #F1AAB6; }
a { background-color: rgb(241,170,182); }
div.DivClassName
{
background-color: #F1AAB6;
}
.BgClassName
{
background-color: #F1AAB6;
}
</style>
border-color css
<style>
span { border-color: #F1AAB6; }
span { border-color: rgb(241,170,182); }
td.TdClassName
{
border-color: #F1AAB6;
}
.TagClassName
{
border-color: #F1AAB6;
}
</style>