Shades of Blossom #F4ACB1
Tints of Blossom #F4ACB1
RGB
CMYK
RGB Variations
Color information
#F4ACB1 (or 0xF4ACB1) is known color: Blossom. HEX triplet: F4, AC and B1. RGB value is (244,172,177). Sum of RGB (Red+Green+Blue) = 244+172+177=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4ACB1 is #0B534E. Grayscale: #C2C2C2. Windows color (decimal): -742223 or 11644148. OLE color: 11644148.
HSL color Cylindrical-coordinate representation of color #F4ACB1: hue angle of 355.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACB1 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 177 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.04 |
| HSL | 355.83º | 0.77% | 0.82% | - |
| HSV(B) | 355.83º | 0.3% | 0.96% | - |
| XYZ | 60 | 51.91 | 48.45 | - |
| YUV | 194.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 177 | 0 | 0.30 | 0.27 | 0.04 | 355.83 | 0.77 | 0.82 |
| Hex | F4 | AC | B1 | 0 | 1E | 1B | 4 | 164 | 4D | 52 |
| Octal | 364 | 254 | 261 | 0 | 36 | 33 | 4 | 544 | 115 | 122 |
| Binary | 11110100 | 10101100 | 10110001 | 0 | 11110 | 11011 | 100 | 101100100 | 1001101 | 1010010 |
Color Harmonies of #F4ACB1
Complementary color
Monochromatic Colors of #F4ACB1
Black with #F4ACB1
Text Example
Text Example
White with #F4ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACB1; }
p { color: rgb(244,172,177); }
H1.HeaderClassName
{
color: #F4ACB1;
}
.AnyTagClassName
{
color: #F4ACB1;
}
</style>
background-color css
<style>
a { background-color: #F4ACB1; }
a { background-color: rgb(244,172,177); }
div.DivClassName
{
background-color: #F4ACB1;
}
.BgClassName
{
background-color: #F4ACB1;
}
</style>
border-color css
<style>
span { border-color: #F4ACB1; }
span { border-color: rgb(244,172,177); }
td.TdClassName
{
border-color: #F4ACB1;
}
.TagClassName
{
border-color: #F4ACB1;
}
</style>