Shades of Blossom #F1AAB4
Tints of Blossom #F1AAB4
RGB
CMYK
RGB Variations
Color information
#F1AAB4 (or 0xF1AAB4) is known color: Blossom. HEX triplet: F1, AA and B4. RGB value is (241,170,180). Sum of RGB (Red+Green+Blue) = 241+170+180=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB4 is #0E554B. Grayscale: #C0C0C0. Windows color (decimal): -939340 or 11840241. OLE color: 11840241.
HSL color Cylindrical-coordinate representation of color #F1AAB4: hue angle of 351.55º 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 #F1AAB4 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 180 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.05 |
| HSL | 351.55º | 0.72% | 0.81% | - |
| HSV(B) | 351.55º | 0.29% | 0.95% | - |
| XYZ | 58.89 | 50.75 | 49.87 | - |
| YUV | 192.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 180 | 0 | 0.29 | 0.25 | 0.05 | 351.55 | 0.72 | 0.81 |
| Hex | F1 | AA | B4 | 0 | 1D | 19 | 5 | 160 | 48 | 51 |
| Octal | 361 | 252 | 264 | 0 | 35 | 31 | 5 | 540 | 110 | 121 |
| Binary | 11110001 | 10101010 | 10110100 | 0 | 11101 | 11001 | 101 | 101100000 | 1001000 | 1010001 |
Color Harmonies of #F1AAB4
Complementary color
Monochromatic Colors of #F1AAB4
Black with #F1AAB4
Text Example
Text Example
White with #F1AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAB4; }
p { color: rgb(241,170,180); }
H1.HeaderClassName
{
color: #F1AAB4;
}
.AnyTagClassName
{
color: #F1AAB4;
}
</style>
background-color css
<style>
a { background-color: #F1AAB4; }
a { background-color: rgb(241,170,180); }
div.DivClassName
{
background-color: #F1AAB4;
}
.BgClassName
{
background-color: #F1AAB4;
}
</style>
border-color css
<style>
span { border-color: #F1AAB4; }
span { border-color: rgb(241,170,180); }
td.TdClassName
{
border-color: #F1AAB4;
}
.TagClassName
{
border-color: #F1AAB4;
}
</style>