Shades of Blossom #F1ABB3
Tints of Blossom #F1ABB3
RGB
CMYK
RGB Variations
Color information
#F1ABB3 (or 0xF1ABB3) is known color: Blossom. HEX triplet: F1, AB and B3. RGB value is (241,171,179). Sum of RGB (Red+Green+Blue) = 241+171+179=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABB3 is #0E544C. Grayscale: #C0C0C0. Windows color (decimal): -939085 or 11774961. OLE color: 11774961.
HSL color Cylindrical-coordinate representation of color #F1ABB3: hue angle of 353.14º 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 #F1ABB3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 179 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.05 |
| HSL | 353.14º | 0.71% | 0.81% | - |
| HSV(B) | 353.14º | 0.29% | 0.95% | - |
| XYZ | 58.98 | 51.08 | 49.4 | - |
| YUV | 192.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 179 | 0 | 0.29 | 0.26 | 0.05 | 353.14 | 0.71 | 0.81 |
| Hex | F1 | AB | B3 | 0 | 1D | 1A | 5 | 161 | 47 | 51 |
| Octal | 361 | 253 | 263 | 0 | 35 | 32 | 5 | 541 | 107 | 121 |
| Binary | 11110001 | 10101011 | 10110011 | 0 | 11101 | 11010 | 101 | 101100001 | 1000111 | 1010001 |
Color Harmonies of #F1ABB3
Complementary color
Monochromatic Colors of #F1ABB3
Black with #F1ABB3
Text Example
Text Example
White with #F1ABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABB3; }
p { color: rgb(241,171,179); }
H1.HeaderClassName
{
color: #F1ABB3;
}
.AnyTagClassName
{
color: #F1ABB3;
}
</style>
background-color css
<style>
a { background-color: #F1ABB3; }
a { background-color: rgb(241,171,179); }
div.DivClassName
{
background-color: #F1ABB3;
}
.BgClassName
{
background-color: #F1ABB3;
}
</style>
border-color css
<style>
span { border-color: #F1ABB3; }
span { border-color: rgb(241,171,179); }
td.TdClassName
{
border-color: #F1ABB3;
}
.TagClassName
{
border-color: #F1ABB3;
}
</style>