Shades of Light Pink #FEAABB
Tints of Light Pink #FEAABB
RGB
CMYK
RGB Variations
Color information
#FEAABB (or 0xFEAABB) is known color: Light Pink. HEX triplet: FE, AA and BB. RGB value is (254,170,187). Sum of RGB (Red+Green+Blue) = 254+170+187=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABB is #015544. Grayscale: #C5C5C5. Windows color (decimal): -87365 or 12299006. OLE color: 12299006.
HSL color Cylindrical-coordinate representation of color #FEAABB: hue angle of 347.86º 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 #FEAABB is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 187 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.00 |
| HSL | 347.86º | 0.98% | 0.83% | - |
| HSV(B) | 347.86º | 0.33% | 1% | - |
| XYZ | 64.22 | 53.41 | 53.94 | - |
| YUV | 197.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 187 | 0 | 0.33 | 0.26 | 0.00 | 347.86 | 0.98 | 0.83 |
| Hex | FE | AA | BB | 0 | 21 | 1A | 0 | 15C | 62 | 53 |
| Octal | 376 | 252 | 273 | 0 | 41 | 32 | 0 | 534 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10111011 | 0 | 100001 | 11010 | 0 | 101011100 | 1100010 | 1010011 |
Color Harmonies of #FEAABB
Complementary color
Monochromatic Colors of #FEAABB
Black with #FEAABB
Text Example
Text Example
White with #FEAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAABB; }
p { color: rgb(254,170,187); }
H1.HeaderClassName
{
color: #FEAABB;
}
.AnyTagClassName
{
color: #FEAABB;
}
</style>
background-color css
<style>
a { background-color: #FEAABB; }
a { background-color: rgb(254,170,187); }
div.DivClassName
{
background-color: #FEAABB;
}
.BgClassName
{
background-color: #FEAABB;
}
</style>
border-color css
<style>
span { border-color: #FEAABB; }
span { border-color: rgb(254,170,187); }
td.TdClassName
{
border-color: #FEAABB;
}
.TagClassName
{
border-color: #FEAABB;
}
</style>