Shades of Light Pink #FEABBC
Tints of Light Pink #FEABBC
RGB
CMYK
RGB Variations
Color information
#FEABBC (or 0xFEABBC) is known color: Light Pink. HEX triplet: FE, AB and BC. RGB value is (254,171,188). Sum of RGB (Red+Green+Blue) = 254+171+188=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABBC is #015443. Grayscale: #C5C5C5. Windows color (decimal): -87108 or 12364798. OLE color: 12364798.
HSL color Cylindrical-coordinate representation of color #FEABBC: hue angle of 347.71º 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 #FEABBC is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 188 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.00 |
| HSL | 347.71º | 0.98% | 0.83% | - |
| HSV(B) | 347.71º | 0.33% | 1% | - |
| XYZ | 64.51 | 53.83 | 54.57 | - |
| YUV | 197.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 188 | 0 | 0.33 | 0.26 | 0.00 | 347.71 | 0.98 | 0.83 |
| Hex | FE | AB | BC | 0 | 21 | 1A | 0 | 15C | 62 | 53 |
| Octal | 376 | 253 | 274 | 0 | 41 | 32 | 0 | 534 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10111100 | 0 | 100001 | 11010 | 0 | 101011100 | 1100010 | 1010011 |
Color Harmonies of #FEABBC
Complementary color
Monochromatic Colors of #FEABBC
Black with #FEABBC
Text Example
Text Example
White with #FEABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABBC; }
p { color: rgb(254,171,188); }
H1.HeaderClassName
{
color: #FEABBC;
}
.AnyTagClassName
{
color: #FEABBC;
}
</style>
background-color css
<style>
a { background-color: #FEABBC; }
a { background-color: rgb(254,171,188); }
div.DivClassName
{
background-color: #FEABBC;
}
.BgClassName
{
background-color: #FEABBC;
}
</style>
border-color css
<style>
span { border-color: #FEABBC; }
span { border-color: rgb(254,171,188); }
td.TdClassName
{
border-color: #FEABBC;
}
.TagClassName
{
border-color: #FEABBC;
}
</style>