Shades of Light Pink #FEABB8
Tints of Light Pink #FEABB8
RGB
CMYK
RGB Variations
Color information
#FEABB8 (or 0xFEABB8) is known color: Light Pink. HEX triplet: FE, AB and B8. RGB value is (254,171,184). Sum of RGB (Red+Green+Blue) = 254+171+184=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABB8 is #015447. Grayscale: #C5C5C5. Windows color (decimal): -87112 or 12102654. OLE color: 12102654.
HSL color Cylindrical-coordinate representation of color #FEABB8: hue angle of 350.6º 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 #FEABB8 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 184 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.00 |
| HSL | 350.6º | 0.98% | 0.83% | - |
| HSV(B) | 350.6º | 0.33% | 1% | - |
| XYZ | 64.09 | 53.66 | 52.33 | - |
| YUV | 197.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 184 | 0 | 0.33 | 0.28 | 0.00 | 350.6 | 0.98 | 0.83 |
| Hex | FE | AB | B8 | 0 | 21 | 1C | 0 | 15F | 62 | 53 |
| Octal | 376 | 253 | 270 | 0 | 41 | 34 | 0 | 537 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10111000 | 0 | 100001 | 11100 | 0 | 101011111 | 1100010 | 1010011 |
Color Harmonies of #FEABB8
Complementary color
Monochromatic Colors of #FEABB8
Black with #FEABB8
Text Example
Text Example
White with #FEABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABB8; }
p { color: rgb(254,171,184); }
H1.HeaderClassName
{
color: #FEABB8;
}
.AnyTagClassName
{
color: #FEABB8;
}
</style>
background-color css
<style>
a { background-color: #FEABB8; }
a { background-color: rgb(254,171,184); }
div.DivClassName
{
background-color: #FEABB8;
}
.BgClassName
{
background-color: #FEABB8;
}
</style>
border-color css
<style>
span { border-color: #FEABB8; }
span { border-color: rgb(254,171,184); }
td.TdClassName
{
border-color: #FEABB8;
}
.TagClassName
{
border-color: #FEABB8;
}
</style>