Shades of Blossom #F1ACB2
Tints of Blossom #F1ACB2
RGB
CMYK
RGB Variations
Color information
#F1ACB2 (or 0xF1ACB2) is known color: Blossom. HEX triplet: F1, AC and B2. RGB value is (241,172,178). Sum of RGB (Red+Green+Blue) = 241+172+178=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ACB2 is #0E534D. Grayscale: #C1C1C1. Windows color (decimal): -938830 or 11709681. OLE color: 11709681.
HSL color Cylindrical-coordinate representation of color #F1ACB2: hue angle of 354.78º 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 #F1ACB2 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 178 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.05 |
| HSL | 354.78º | 0.71% | 0.81% | - |
| HSV(B) | 354.78º | 0.29% | 0.95% | - |
| XYZ | 59.06 | 51.42 | 48.93 | - |
| YUV | 193.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 178 | 0 | 0.29 | 0.26 | 0.05 | 354.78 | 0.71 | 0.81 |
| Hex | F1 | AC | B2 | 0 | 1D | 1A | 5 | 163 | 47 | 51 |
| Octal | 361 | 254 | 262 | 0 | 35 | 32 | 5 | 543 | 107 | 121 |
| Binary | 11110001 | 10101100 | 10110010 | 0 | 11101 | 11010 | 101 | 101100011 | 1000111 | 1010001 |
Color Harmonies of #F1ACB2
Complementary color
Monochromatic Colors of #F1ACB2
Black with #F1ACB2
Text Example
Text Example
White with #F1ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACB2; }
p { color: rgb(241,172,178); }
H1.HeaderClassName
{
color: #F1ACB2;
}
.AnyTagClassName
{
color: #F1ACB2;
}
</style>
background-color css
<style>
a { background-color: #F1ACB2; }
a { background-color: rgb(241,172,178); }
div.DivClassName
{
background-color: #F1ACB2;
}
.BgClassName
{
background-color: #F1ACB2;
}
</style>
border-color css
<style>
span { border-color: #F1ACB2; }
span { border-color: rgb(241,172,178); }
td.TdClassName
{
border-color: #F1ACB2;
}
.TagClassName
{
border-color: #F1ACB2;
}
</style>