Shades of Light Pink #FEABAE
Tints of Light Pink #FEABAE
RGB
CMYK
RGB Variations
Color information
#FEABAE (or 0xFEABAE) is known color: Light Pink. HEX triplet: FE, AB and AE. RGB value is (254,171,174). Sum of RGB (Red+Green+Blue) = 254+171+174=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABAE is #015451. Grayscale: #C4C4C4. Windows color (decimal): -87122 or 11447294. OLE color: 11447294.
HSL color Cylindrical-coordinate representation of color #FEABAE: hue angle of 357.83º 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 #FEABAE is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 174 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.00 |
| HSL | 357.83º | 0.98% | 0.83% | - |
| HSV(B) | 357.83º | 0.33% | 1% | - |
| XYZ | 63.08 | 53.25 | 47 | - |
| YUV | 196.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 174 | 0 | 0.33 | 0.31 | 0.00 | 357.83 | 0.98 | 0.83 |
| Hex | FE | AB | AE | 0 | 21 | 1F | 0 | 166 | 62 | 53 |
| Octal | 376 | 253 | 256 | 0 | 41 | 37 | 0 | 546 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10101110 | 0 | 100001 | 11111 | 0 | 101100110 | 1100010 | 1010011 |
Color Harmonies of #FEABAE
Complementary color
Monochromatic Colors of #FEABAE
Black with #FEABAE
Text Example
Text Example
White with #FEABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABAE; }
p { color: rgb(254,171,174); }
H1.HeaderClassName
{
color: #FEABAE;
}
.AnyTagClassName
{
color: #FEABAE;
}
</style>
background-color css
<style>
a { background-color: #FEABAE; }
a { background-color: rgb(254,171,174); }
div.DivClassName
{
background-color: #FEABAE;
}
.BgClassName
{
background-color: #FEABAE;
}
</style>
border-color css
<style>
span { border-color: #FEABAE; }
span { border-color: rgb(254,171,174); }
td.TdClassName
{
border-color: #FEABAE;
}
.TagClassName
{
border-color: #FEABAE;
}
</style>