Shades of Light Pink #F8AEB6
Tints of Light Pink #F8AEB6
RGB
CMYK
RGB Variations
Color information
#F8AEB6 (or 0xF8AEB6) is known color: Light Pink. HEX triplet: F8, AE and B6. RGB value is (248,174,182). Sum of RGB (Red+Green+Blue) = 248+174+182=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEB6 is #075149. Grayscale: #C5C5C5. Windows color (decimal): -479562 or 11972344. OLE color: 11972344.
HSL color Cylindrical-coordinate representation of color #F8AEB6: hue angle of 353.51º 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 #F8AEB6 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 182 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.03 |
| HSL | 353.51º | 0.84% | 0.83% | - |
| HSV(B) | 353.51º | 0.3% | 0.97% | - |
| XYZ | 62.29 | 53.61 | 51.32 | - |
| YUV | 197.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 182 | 0 | 0.30 | 0.27 | 0.03 | 353.51 | 0.84 | 0.83 |
| Hex | F8 | AE | B6 | 0 | 1E | 1B | 3 | 162 | 54 | 53 |
| Octal | 370 | 256 | 266 | 0 | 36 | 33 | 3 | 542 | 124 | 123 |
| Binary | 11111000 | 10101110 | 10110110 | 0 | 11110 | 11011 | 11 | 101100010 | 1010100 | 1010011 |
Color Harmonies of #F8AEB6
Complementary color
Monochromatic Colors of #F8AEB6
Black with #F8AEB6
Text Example
Text Example
White with #F8AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEB6; }
p { color: rgb(248,174,182); }
H1.HeaderClassName
{
color: #F8AEB6;
}
.AnyTagClassName
{
color: #F8AEB6;
}
</style>
background-color css
<style>
a { background-color: #F8AEB6; }
a { background-color: rgb(248,174,182); }
div.DivClassName
{
background-color: #F8AEB6;
}
.BgClassName
{
background-color: #F8AEB6;
}
</style>
border-color css
<style>
span { border-color: #F8AEB6; }
span { border-color: rgb(248,174,182); }
td.TdClassName
{
border-color: #F8AEB6;
}
.TagClassName
{
border-color: #F8AEB6;
}
</style>