Shades of Light Pink #F2AFB9
Tints of Light Pink #F2AFB9
RGB
CMYK
RGB Variations
Color information
#F2AFB9 (or 0xF2AFB9) is known color: Light Pink. HEX triplet: F2, AF and B9. RGB value is (242,175,185). Sum of RGB (Red+Green+Blue) = 242+175+185=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFB9 is #0D5046. Grayscale: #C4C4C4. Windows color (decimal): -872519 or 12169202. OLE color: 12169202.
HSL color Cylindrical-coordinate representation of color #F2AFB9: hue angle of 351.04º 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 #F2AFB9 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 185 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.05 |
| HSL | 351.04º | 0.72% | 0.82% | - |
| HSV(B) | 351.04º | 0.28% | 0.95% | - |
| XYZ | 60.7 | 53.04 | 52.94 | - |
| YUV | 196.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 185 | 0 | 0.28 | 0.24 | 0.05 | 351.04 | 0.72 | 0.82 |
| Hex | F2 | AF | B9 | 0 | 1C | 18 | 5 | 15F | 48 | 52 |
| Octal | 362 | 257 | 271 | 0 | 34 | 30 | 5 | 537 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10111001 | 0 | 11100 | 11000 | 101 | 101011111 | 1001000 | 1010010 |
Color Harmonies of #F2AFB9
Complementary color
Monochromatic Colors of #F2AFB9
Black with #F2AFB9
Text Example
Text Example
White with #F2AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFB9; }
p { color: rgb(242,175,185); }
H1.HeaderClassName
{
color: #F2AFB9;
}
.AnyTagClassName
{
color: #F2AFB9;
}
</style>
background-color css
<style>
a { background-color: #F2AFB9; }
a { background-color: rgb(242,175,185); }
div.DivClassName
{
background-color: #F2AFB9;
}
.BgClassName
{
background-color: #F2AFB9;
}
</style>
border-color css
<style>
span { border-color: #F2AFB9; }
span { border-color: rgb(242,175,185); }
td.TdClassName
{
border-color: #F2AFB9;
}
.TagClassName
{
border-color: #F2AFB9;
}
</style>