Shades of Blossom #F2AFB4
Tints of Blossom #F2AFB4
RGB
CMYK
RGB Variations
Color information
#F2AFB4 (or 0xF2AFB4) is known color: Blossom. HEX triplet: F2, AF and B4. RGB value is (242,175,180). Sum of RGB (Red+Green+Blue) = 242+175+180=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFB4 is #0D504B. Grayscale: #C3C3C3. Windows color (decimal): -872524 or 11841522. OLE color: 11841522.
HSL color Cylindrical-coordinate representation of color #F2AFB4: hue angle of 355.52º 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 #F2AFB4 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 180 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.05 |
| HSL | 355.52º | 0.72% | 0.82% | - |
| HSV(B) | 355.52º | 0.28% | 0.95% | - |
| XYZ | 60.19 | 52.83 | 50.21 | - |
| YUV | 195.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 180 | 0 | 0.28 | 0.26 | 0.05 | 355.52 | 0.72 | 0.82 |
| Hex | F2 | AF | B4 | 0 | 1C | 1A | 5 | 164 | 48 | 52 |
| Octal | 362 | 257 | 264 | 0 | 34 | 32 | 5 | 544 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10110100 | 0 | 11100 | 11010 | 101 | 101100100 | 1001000 | 1010010 |
Color Harmonies of #F2AFB4
Complementary color
Monochromatic Colors of #F2AFB4
Black with #F2AFB4
Text Example
Text Example
White with #F2AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFB4; }
p { color: rgb(242,175,180); }
H1.HeaderClassName
{
color: #F2AFB4;
}
.AnyTagClassName
{
color: #F2AFB4;
}
</style>
background-color css
<style>
a { background-color: #F2AFB4; }
a { background-color: rgb(242,175,180); }
div.DivClassName
{
background-color: #F2AFB4;
}
.BgClassName
{
background-color: #F2AFB4;
}
</style>
border-color css
<style>
span { border-color: #F2AFB4; }
span { border-color: rgb(242,175,180); }
td.TdClassName
{
border-color: #F2AFB4;
}
.TagClassName
{
border-color: #F2AFB4;
}
</style>