Shades of Light Pink #FEABB4
Tints of Light Pink #FEABB4
RGB
CMYK
RGB Variations
Color information
#FEABB4 (or 0xFEABB4) is known color: Light Pink. HEX triplet: FE, AB and B4. RGB value is (254,171,180). Sum of RGB (Red+Green+Blue) = 254+171+180=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABB4 is #01544B. Grayscale: #C4C4C4. Windows color (decimal): -87116 or 11840510. OLE color: 11840510.
HSL color Cylindrical-coordinate representation of color #FEABB4: hue angle of 353.49º 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 #FEABB4 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 180 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.00 |
| HSL | 353.49º | 0.98% | 0.83% | - |
| HSV(B) | 353.49º | 0.33% | 1% | - |
| XYZ | 63.67 | 53.49 | 50.15 | - |
| YUV | 196.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 180 | 0 | 0.33 | 0.29 | 0.00 | 353.49 | 0.98 | 0.83 |
| Hex | FE | AB | B4 | 0 | 21 | 1D | 0 | 161 | 62 | 53 |
| Octal | 376 | 253 | 264 | 0 | 41 | 35 | 0 | 541 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10110100 | 0 | 100001 | 11101 | 0 | 101100001 | 1100010 | 1010011 |
Color Harmonies of #FEABB4
Complementary color
Monochromatic Colors of #FEABB4
Black with #FEABB4
Text Example
Text Example
White with #FEABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABB4; }
p { color: rgb(254,171,180); }
H1.HeaderClassName
{
color: #FEABB4;
}
.AnyTagClassName
{
color: #FEABB4;
}
</style>
background-color css
<style>
a { background-color: #FEABB4; }
a { background-color: rgb(254,171,180); }
div.DivClassName
{
background-color: #FEABB4;
}
.BgClassName
{
background-color: #FEABB4;
}
</style>
border-color css
<style>
span { border-color: #FEABB4; }
span { border-color: rgb(254,171,180); }
td.TdClassName
{
border-color: #FEABB4;
}
.TagClassName
{
border-color: #FEABB4;
}
</style>