Shades of Light Pink #F8AEB2
Tints of Light Pink #F8AEB2
RGB
CMYK
RGB Variations
Color information
#F8AEB2 (or 0xF8AEB2) is known color: Light Pink. HEX triplet: F8, AE and B2. RGB value is (248,174,178). Sum of RGB (Red+Green+Blue) = 248+174+178=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AEB2 is #07514D. Grayscale: #C4C4C4. Windows color (decimal): -479566 or 11710200. OLE color: 11710200.
HSL color Cylindrical-coordinate representation of color #F8AEB2: hue angle of 356.76º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEB2 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 178 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.03 |
| HSL | 356.76º | 0.84% | 0.83% | - |
| HSV(B) | 356.76º | 0.3% | 0.97% | - |
| XYZ | 61.88 | 53.44 | 49.17 | - |
| YUV | 196.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 178 | 0 | 0.30 | 0.28 | 0.03 | 356.76 | 0.84 | 0.83 |
| Hex | F8 | AE | B2 | 0 | 1E | 1C | 3 | 165 | 54 | 53 |
| Octal | 370 | 256 | 262 | 0 | 36 | 34 | 3 | 545 | 124 | 123 |
| Binary | 11111000 | 10101110 | 10110010 | 0 | 11110 | 11100 | 11 | 101100101 | 1010100 | 1010011 |
Color Harmonies of #F8AEB2
Complementary color
Monochromatic Colors of #F8AEB2
Black with #F8AEB2
Text Example
Text Example
White with #F8AEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEB2; }
p { color: rgb(248,174,178); }
H1.HeaderClassName
{
color: #F8AEB2;
}
.AnyTagClassName
{
color: #F8AEB2;
}
</style>
background-color css
<style>
a { background-color: #F8AEB2; }
a { background-color: rgb(248,174,178); }
div.DivClassName
{
background-color: #F8AEB2;
}
.BgClassName
{
background-color: #F8AEB2;
}
</style>
border-color css
<style>
span { border-color: #F8AEB2; }
span { border-color: rgb(248,174,178); }
td.TdClassName
{
border-color: #F8AEB2;
}
.TagClassName
{
border-color: #F8AEB2;
}
</style>