Shades of Blossom #F2AAB4
Tints of Blossom #F2AAB4
RGB
CMYK
RGB Variations
Color information
#F2AAB4 (or 0xF2AAB4) is known color: Blossom. HEX triplet: F2, AA and B4. RGB value is (242,170,180). Sum of RGB (Red+Green+Blue) = 242+170+180=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAB4 is #0D554B. Grayscale: #C0C0C0. Windows color (decimal): -873804 or 11840242. OLE color: 11840242.
HSL color Cylindrical-coordinate representation of color #F2AAB4: hue angle of 351.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAB4 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 180 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.05 |
| HSL | 351.67º | 0.73% | 0.81% | - |
| HSV(B) | 351.67º | 0.3% | 0.95% | - |
| XYZ | 59.23 | 50.92 | 49.89 | - |
| YUV | 192.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 180 | 0 | 0.30 | 0.26 | 0.05 | 351.67 | 0.73 | 0.81 |
| Hex | F2 | AA | B4 | 0 | 1E | 1A | 5 | 160 | 49 | 51 |
| Octal | 362 | 252 | 264 | 0 | 36 | 32 | 5 | 540 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10110100 | 0 | 11110 | 11010 | 101 | 101100000 | 1001001 | 1010001 |
Color Harmonies of #F2AAB4
Complementary color
Monochromatic Colors of #F2AAB4
Black with #F2AAB4
Text Example
Text Example
White with #F2AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAB4; }
p { color: rgb(242,170,180); }
H1.HeaderClassName
{
color: #F2AAB4;
}
.AnyTagClassName
{
color: #F2AAB4;
}
</style>
background-color css
<style>
a { background-color: #F2AAB4; }
a { background-color: rgb(242,170,180); }
div.DivClassName
{
background-color: #F2AAB4;
}
.BgClassName
{
background-color: #F2AAB4;
}
</style>
border-color css
<style>
span { border-color: #F2AAB4; }
span { border-color: rgb(242,170,180); }
td.TdClassName
{
border-color: #F2AAB4;
}
.TagClassName
{
border-color: #F2AAB4;
}
</style>