Shades of Light Pink #FEAAB6
Tints of Light Pink #FEAAB6
RGB
CMYK
RGB Variations
Color information
#FEAAB6 (or 0xFEAAB6) is known color: Light Pink. HEX triplet: FE, AA and B6. RGB value is (254,170,182). Sum of RGB (Red+Green+Blue) = 254+170+182=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB6 is #015549. Grayscale: #C4C4C4. Windows color (decimal): -87370 or 11971326. OLE color: 11971326.
HSL color Cylindrical-coordinate representation of color #FEAAB6: hue angle of 351.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAAB6 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 182 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.00 |
| HSL | 351.43º | 0.98% | 0.83% | - |
| HSV(B) | 351.43º | 0.33% | 1% | - |
| XYZ | 63.69 | 53.2 | 51.17 | - |
| YUV | 196.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 182 | 0 | 0.33 | 0.28 | 0.00 | 351.43 | 0.98 | 0.83 |
| Hex | FE | AA | B6 | 0 | 21 | 1C | 0 | 15F | 62 | 53 |
| Octal | 376 | 252 | 266 | 0 | 41 | 34 | 0 | 537 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10110110 | 0 | 100001 | 11100 | 0 | 101011111 | 1100010 | 1010011 |
Color Harmonies of #FEAAB6
Complementary color
Monochromatic Colors of #FEAAB6
Black with #FEAAB6
Text Example
Text Example
White with #FEAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAB6; }
p { color: rgb(254,170,182); }
H1.HeaderClassName
{
color: #FEAAB6;
}
.AnyTagClassName
{
color: #FEAAB6;
}
</style>
background-color css
<style>
a { background-color: #FEAAB6; }
a { background-color: rgb(254,170,182); }
div.DivClassName
{
background-color: #FEAAB6;
}
.BgClassName
{
background-color: #FEAAB6;
}
</style>
border-color css
<style>
span { border-color: #FEAAB6; }
span { border-color: rgb(254,170,182); }
td.TdClassName
{
border-color: #FEAAB6;
}
.TagClassName
{
border-color: #FEAAB6;
}
</style>