Shades of Light Pink #F2AFB8
Tints of Light Pink #F2AFB8
RGB
CMYK
RGB Variations
Color information
#F2AFB8 (or 0xF2AFB8) is known color: Light Pink. HEX triplet: F2, AF and B8. RGB value is (242,175,184). Sum of RGB (Red+Green+Blue) = 242+175+184=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFB8 is #0D5047. Grayscale: #C4C4C4. Windows color (decimal): -872520 or 12103666. OLE color: 12103666.
HSL color Cylindrical-coordinate representation of color #F2AFB8: hue angle of 351.94º 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 #F2AFB8 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 184 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.05 |
| HSL | 351.94º | 0.72% | 0.82% | - |
| HSV(B) | 351.94º | 0.28% | 0.95% | - |
| XYZ | 60.6 | 53 | 52.38 | - |
| YUV | 196.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 184 | 0 | 0.28 | 0.24 | 0.05 | 351.94 | 0.72 | 0.82 |
| Hex | F2 | AF | B8 | 0 | 1C | 18 | 5 | 160 | 48 | 52 |
| Octal | 362 | 257 | 270 | 0 | 34 | 30 | 5 | 540 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10111000 | 0 | 11100 | 11000 | 101 | 101100000 | 1001000 | 1010010 |
Color Harmonies of #F2AFB8
Complementary color
Monochromatic Colors of #F2AFB8
Black with #F2AFB8
Text Example
Text Example
White with #F2AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFB8; }
p { color: rgb(242,175,184); }
H1.HeaderClassName
{
color: #F2AFB8;
}
.AnyTagClassName
{
color: #F2AFB8;
}
</style>
background-color css
<style>
a { background-color: #F2AFB8; }
a { background-color: rgb(242,175,184); }
div.DivClassName
{
background-color: #F2AFB8;
}
.BgClassName
{
background-color: #F2AFB8;
}
</style>
border-color css
<style>
span { border-color: #F2AFB8; }
span { border-color: rgb(242,175,184); }
td.TdClassName
{
border-color: #F2AFB8;
}
.TagClassName
{
border-color: #F2AFB8;
}
</style>