Shades of Blossom #F2AFB5
Tints of Blossom #F2AFB5
RGB
CMYK
RGB Variations
Color information
#F2AFB5 (or 0xF2AFB5) is known color: Blossom. HEX triplet: F2, AF and B5. RGB value is (242,175,181). Sum of RGB (Red+Green+Blue) = 242+175+181=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFB5 is #0D504A. Grayscale: #C3C3C3. Windows color (decimal): -872523 or 11907058. OLE color: 11907058.
HSL color Cylindrical-coordinate representation of color #F2AFB5: hue angle of 354.63º 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 #F2AFB5 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 181 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.05 |
| HSL | 354.63º | 0.72% | 0.82% | - |
| HSV(B) | 354.63º | 0.28% | 0.95% | - |
| XYZ | 60.29 | 52.87 | 50.74 | - |
| YUV | 195.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 181 | 0 | 0.28 | 0.25 | 0.05 | 354.63 | 0.72 | 0.82 |
| Hex | F2 | AF | B5 | 0 | 1C | 19 | 5 | 163 | 48 | 52 |
| Octal | 362 | 257 | 265 | 0 | 34 | 31 | 5 | 543 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10110101 | 0 | 11100 | 11001 | 101 | 101100011 | 1001000 | 1010010 |
Color Harmonies of #F2AFB5
Complementary color
Monochromatic Colors of #F2AFB5
Black with #F2AFB5
Text Example
Text Example
White with #F2AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFB5; }
p { color: rgb(242,175,181); }
H1.HeaderClassName
{
color: #F2AFB5;
}
.AnyTagClassName
{
color: #F2AFB5;
}
</style>
background-color css
<style>
a { background-color: #F2AFB5; }
a { background-color: rgb(242,175,181); }
div.DivClassName
{
background-color: #F2AFB5;
}
.BgClassName
{
background-color: #F2AFB5;
}
</style>
border-color css
<style>
span { border-color: #F2AFB5; }
span { border-color: rgb(242,175,181); }
td.TdClassName
{
border-color: #F2AFB5;
}
.TagClassName
{
border-color: #F2AFB5;
}
</style>