Shades of Blossom #F2ACB0
Tints of Blossom #F2ACB0
RGB
CMYK
RGB Variations
Color information
#F2ACB0 (or 0xF2ACB0) is known color: Blossom. HEX triplet: F2, AC and B0. RGB value is (242,172,176). Sum of RGB (Red+Green+Blue) = 242+172+176=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ACB0 is #0D534F. Grayscale: #C1C1C1. Windows color (decimal): -873296 or 11578610. OLE color: 11578610.
HSL color Cylindrical-coordinate representation of color #F2ACB0: hue angle of 356.57º degrees, saturation: 0.73, 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 #F2ACB0 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 176 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.05 |
| HSL | 356.57º | 0.73% | 0.81% | - |
| HSV(B) | 356.57º | 0.29% | 0.95% | - |
| XYZ | 59.21 | 51.52 | 47.9 | - |
| YUV | 193.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 176 | 0 | 0.29 | 0.27 | 0.05 | 356.57 | 0.73 | 0.81 |
| Hex | F2 | AC | B0 | 0 | 1D | 1B | 5 | 165 | 49 | 51 |
| Octal | 362 | 254 | 260 | 0 | 35 | 33 | 5 | 545 | 111 | 121 |
| Binary | 11110010 | 10101100 | 10110000 | 0 | 11101 | 11011 | 101 | 101100101 | 1001001 | 1010001 |
Color Harmonies of #F2ACB0
Complementary color
Monochromatic Colors of #F2ACB0
Black with #F2ACB0
Text Example
Text Example
White with #F2ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACB0; }
p { color: rgb(242,172,176); }
H1.HeaderClassName
{
color: #F2ACB0;
}
.AnyTagClassName
{
color: #F2ACB0;
}
</style>
background-color css
<style>
a { background-color: #F2ACB0; }
a { background-color: rgb(242,172,176); }
div.DivClassName
{
background-color: #F2ACB0;
}
.BgClassName
{
background-color: #F2ACB0;
}
</style>
border-color css
<style>
span { border-color: #F2ACB0; }
span { border-color: rgb(242,172,176); }
td.TdClassName
{
border-color: #F2ACB0;
}
.TagClassName
{
border-color: #F2ACB0;
}
</style>