Shades of Light Pink #F2AFB7
Tints of Light Pink #F2AFB7
RGB
CMYK
RGB Variations
Color information
#F2AFB7 (or 0xF2AFB7) is known color: Light Pink. HEX triplet: F2, AF and B7. RGB value is (242,175,183). Sum of RGB (Red+Green+Blue) = 242+175+183=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFB7 is #0D5048. Grayscale: #C3C3C3. Windows color (decimal): -872521 or 12038130. OLE color: 12038130.
HSL color Cylindrical-coordinate representation of color #F2AFB7: hue angle of 352.84º 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 #F2AFB7 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 183 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.05 |
| HSL | 352.84º | 0.72% | 0.82% | - |
| HSV(B) | 352.84º | 0.28% | 0.95% | - |
| XYZ | 60.5 | 52.96 | 51.83 | - |
| YUV | 195.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 183 | 0 | 0.28 | 0.24 | 0.05 | 352.84 | 0.72 | 0.82 |
| Hex | F2 | AF | B7 | 0 | 1C | 18 | 5 | 161 | 48 | 52 |
| Octal | 362 | 257 | 267 | 0 | 34 | 30 | 5 | 541 | 110 | 122 |
| Binary | 11110010 | 10101111 | 10110111 | 0 | 11100 | 11000 | 101 | 101100001 | 1001000 | 1010010 |
Color Harmonies of #F2AFB7
Complementary color
Monochromatic Colors of #F2AFB7
Black with #F2AFB7
Text Example
Text Example
White with #F2AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFB7; }
p { color: rgb(242,175,183); }
H1.HeaderClassName
{
color: #F2AFB7;
}
.AnyTagClassName
{
color: #F2AFB7;
}
</style>
background-color css
<style>
a { background-color: #F2AFB7; }
a { background-color: rgb(242,175,183); }
div.DivClassName
{
background-color: #F2AFB7;
}
.BgClassName
{
background-color: #F2AFB7;
}
</style>
border-color css
<style>
span { border-color: #F2AFB7; }
span { border-color: rgb(242,175,183); }
td.TdClassName
{
border-color: #F2AFB7;
}
.TagClassName
{
border-color: #F2AFB7;
}
</style>