Shades of Blossom #F1AAB3
Tints of Blossom #F1AAB3
RGB
CMYK
RGB Variations
Color information
#F1AAB3 (or 0xF1AAB3) is known color: Blossom. HEX triplet: F1, AA and B3. RGB value is (241,170,179). Sum of RGB (Red+Green+Blue) = 241+170+179=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB3 is #0E554C. Grayscale: #C0C0C0. Windows color (decimal): -939341 or 11774705. OLE color: 11774705.
HSL color Cylindrical-coordinate representation of color #F1AAB3: hue angle of 352.39º 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 #F1AAB3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 179 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.05 |
| HSL | 352.39º | 0.72% | 0.81% | - |
| HSV(B) | 352.39º | 0.29% | 0.95% | - |
| XYZ | 58.79 | 50.7 | 49.34 | - |
| YUV | 192.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 179 | 0 | 0.29 | 0.26 | 0.05 | 352.39 | 0.72 | 0.81 |
| Hex | F1 | AA | B3 | 0 | 1D | 1A | 5 | 160 | 48 | 51 |
| Octal | 361 | 252 | 263 | 0 | 35 | 32 | 5 | 540 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10110011 | 0 | 11101 | 11010 | 101 | 101100000 | 1001000 | 1010001 |
Color Harmonies of #F1AAB3
Complementary color
Monochromatic Colors of #F1AAB3
Black with #F1AAB3
Text Example
Text Example
White with #F1AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAB3; }
p { color: rgb(241,170,179); }
H1.HeaderClassName
{
color: #F1AAB3;
}
.AnyTagClassName
{
color: #F1AAB3;
}
</style>
background-color css
<style>
a { background-color: #F1AAB3; }
a { background-color: rgb(241,170,179); }
div.DivClassName
{
background-color: #F1AAB3;
}
.BgClassName
{
background-color: #F1AAB3;
}
</style>
border-color css
<style>
span { border-color: #F1AAB3; }
span { border-color: rgb(241,170,179); }
td.TdClassName
{
border-color: #F1AAB3;
}
.TagClassName
{
border-color: #F1AAB3;
}
</style>