Shades of Blossom #F1ACB0
Tints of Blossom #F1ACB0
RGB
CMYK
RGB Variations
Color information
#F1ACB0 (or 0xF1ACB0) is known color: Blossom. HEX triplet: F1, AC and B0. RGB value is (241,172,176). Sum of RGB (Red+Green+Blue) = 241+172+176=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ACB0 is #0E534F. Grayscale: #C1C1C1. Windows color (decimal): -938832 or 11578609. OLE color: 11578609.
HSL color Cylindrical-coordinate representation of color #F1ACB0: hue angle of 356.52º degrees, saturation: 0.71, 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 #F1ACB0 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 176 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.05 |
| HSL | 356.52º | 0.71% | 0.81% | - |
| HSV(B) | 356.52º | 0.29% | 0.95% | - |
| XYZ | 58.86 | 51.34 | 47.88 | - |
| YUV | 193.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 176 | 0 | 0.29 | 0.27 | 0.05 | 356.52 | 0.71 | 0.81 |
| Hex | F1 | AC | B0 | 0 | 1D | 1B | 5 | 165 | 47 | 51 |
| Octal | 361 | 254 | 260 | 0 | 35 | 33 | 5 | 545 | 107 | 121 |
| Binary | 11110001 | 10101100 | 10110000 | 0 | 11101 | 11011 | 101 | 101100101 | 1000111 | 1010001 |
Color Harmonies of #F1ACB0
Complementary color
Monochromatic Colors of #F1ACB0
Black with #F1ACB0
Text Example
Text Example
White with #F1ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACB0; }
p { color: rgb(241,172,176); }
H1.HeaderClassName
{
color: #F1ACB0;
}
.AnyTagClassName
{
color: #F1ACB0;
}
</style>
background-color css
<style>
a { background-color: #F1ACB0; }
a { background-color: rgb(241,172,176); }
div.DivClassName
{
background-color: #F1ACB0;
}
.BgClassName
{
background-color: #F1ACB0;
}
</style>
border-color css
<style>
span { border-color: #F1ACB0; }
span { border-color: rgb(241,172,176); }
td.TdClassName
{
border-color: #F1ACB0;
}
.TagClassName
{
border-color: #F1ACB0;
}
</style>