Shades of Blossom #F1ACB5
Tints of Blossom #F1ACB5
RGB
CMYK
RGB Variations
Color information
#F1ACB5 (or 0xF1ACB5) is known color: Blossom. HEX triplet: F1, AC and B5. RGB value is (241,172,181). Sum of RGB (Red+Green+Blue) = 241+172+181=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACB5 is #0E534A. Grayscale: #C1C1C1. Windows color (decimal): -938827 or 11906289. OLE color: 11906289.
HSL color Cylindrical-coordinate representation of color #F1ACB5: hue angle of 352.17º 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 #F1ACB5 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 181 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.05 |
| HSL | 352.17º | 0.71% | 0.81% | - |
| HSV(B) | 352.17º | 0.29% | 0.95% | - |
| XYZ | 59.37 | 51.54 | 50.54 | - |
| YUV | 193.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 181 | 0 | 0.29 | 0.25 | 0.05 | 352.17 | 0.71 | 0.81 |
| Hex | F1 | AC | B5 | 0 | 1D | 19 | 5 | 160 | 47 | 51 |
| Octal | 361 | 254 | 265 | 0 | 35 | 31 | 5 | 540 | 107 | 121 |
| Binary | 11110001 | 10101100 | 10110101 | 0 | 11101 | 11001 | 101 | 101100000 | 1000111 | 1010001 |
Color Harmonies of #F1ACB5
Complementary color
Monochromatic Colors of #F1ACB5
Black with #F1ACB5
Text Example
Text Example
White with #F1ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACB5; }
p { color: rgb(241,172,181); }
H1.HeaderClassName
{
color: #F1ACB5;
}
.AnyTagClassName
{
color: #F1ACB5;
}
</style>
background-color css
<style>
a { background-color: #F1ACB5; }
a { background-color: rgb(241,172,181); }
div.DivClassName
{
background-color: #F1ACB5;
}
.BgClassName
{
background-color: #F1ACB5;
}
</style>
border-color css
<style>
span { border-color: #F1ACB5; }
span { border-color: rgb(241,172,181); }
td.TdClassName
{
border-color: #F1ACB5;
}
.TagClassName
{
border-color: #F1ACB5;
}
</style>