Shades of Blossom #F2AFB2
Tints of Blossom #F2AFB2
RGB
CMYK
RGB Variations
Color information
#F2AFB2 (or 0xF2AFB2) is known color: Blossom. HEX triplet: F2, AF and B2. RGB value is (242,175,178). Sum of RGB (Red+Green+Blue) = 242+175+178=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFB2 is #0D504D. Grayscale: #C3C3C3. Windows color (decimal): -872526 or 11710450. OLE color: 11710450.
HSL color Cylindrical-coordinate representation of color #F2AFB2: hue angle of 357.31º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFB2 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 178 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.05 |
| HSL | 357.31º | 0.72% | 0.82% | - |
| HSV(B) | 357.31º | 0.28% | 0.95% | - |
| XYZ | 59.98 | 52.75 | 49.14 | - |
| YUV | 195.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 178 | 0 | 0.28 | 0.26 | 0.05 | 357.31 | 0.72 | 0.82 |
| Hex | F2 | AF | B2 | 0 | 1C | 1A | 5 | 165 | 48 | 52 |
| Octal | 362 | 257 | 262 | 0 | 34 | 32 | 5 | 545 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10110010 | 0 | 11100 | 11010 | 101 | 101100101 | 1001000 | 1010010 |
Color Harmonies of #F2AFB2
Complementary color
Monochromatic Colors of #F2AFB2
Black with #F2AFB2
Text Example
Text Example
White with #F2AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFB2; }
p { color: rgb(242,175,178); }
H1.HeaderClassName
{
color: #F2AFB2;
}
.AnyTagClassName
{
color: #F2AFB2;
}
</style>
background-color css
<style>
a { background-color: #F2AFB2; }
a { background-color: rgb(242,175,178); }
div.DivClassName
{
background-color: #F2AFB2;
}
.BgClassName
{
background-color: #F2AFB2;
}
</style>
border-color css
<style>
span { border-color: #F2AFB2; }
span { border-color: rgb(242,175,178); }
td.TdClassName
{
border-color: #F2AFB2;
}
.TagClassName
{
border-color: #F2AFB2;
}
</style>