Shades of Blossom #F2ACB5
Tints of Blossom #F2ACB5
RGB
CMYK
RGB Variations
Color information
#F2ACB5 (or 0xF2ACB5) is known color: Blossom. HEX triplet: F2, AC and B5. RGB value is (242,172,181). Sum of RGB (Red+Green+Blue) = 242+172+181=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACB5 is #0D534A. Grayscale: #C1C1C1. Windows color (decimal): -873291 or 11906290. OLE color: 11906290.
HSL color Cylindrical-coordinate representation of color #F2ACB5: hue angle of 352.29º 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 #F2ACB5 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 181 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.05 |
| HSL | 352.29º | 0.73% | 0.81% | - |
| HSV(B) | 352.29º | 0.29% | 0.95% | - |
| XYZ | 59.71 | 51.72 | 50.55 | - |
| YUV | 193.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 181 | 0 | 0.29 | 0.25 | 0.05 | 352.29 | 0.73 | 0.81 |
| Hex | F2 | AC | B5 | 0 | 1D | 19 | 5 | 160 | 49 | 51 |
| Octal | 362 | 254 | 265 | 0 | 35 | 31 | 5 | 540 | 111 | 121 |
| Binary | 11110010 | 10101100 | 10110101 | 0 | 11101 | 11001 | 101 | 101100000 | 1001001 | 1010001 |
Color Harmonies of #F2ACB5
Complementary color
Monochromatic Colors of #F2ACB5
Black with #F2ACB5
Text Example
Text Example
White with #F2ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACB5; }
p { color: rgb(242,172,181); }
H1.HeaderClassName
{
color: #F2ACB5;
}
.AnyTagClassName
{
color: #F2ACB5;
}
</style>
background-color css
<style>
a { background-color: #F2ACB5; }
a { background-color: rgb(242,172,181); }
div.DivClassName
{
background-color: #F2ACB5;
}
.BgClassName
{
background-color: #F2ACB5;
}
</style>
border-color css
<style>
span { border-color: #F2ACB5; }
span { border-color: rgb(242,172,181); }
td.TdClassName
{
border-color: #F2ACB5;
}
.TagClassName
{
border-color: #F2ACB5;
}
</style>