Shades of Light Pink #FEABBB
Tints of Light Pink #FEABBB
RGB
CMYK
RGB Variations
Color information
#FEABBB (or 0xFEABBB) is known color: Light Pink. HEX triplet: FE, AB and BB. RGB value is (254,171,187). Sum of RGB (Red+Green+Blue) = 254+171+187=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABBB is #015444. Grayscale: #C5C5C5. Windows color (decimal): -87109 or 12299262. OLE color: 12299262.
HSL color Cylindrical-coordinate representation of color #FEABBB: hue angle of 348.43º 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 #FEABBB is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 187 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.00 |
| HSL | 348.43º | 0.98% | 0.83% | - |
| HSV(B) | 348.43º | 0.33% | 1% | - |
| XYZ | 64.41 | 53.78 | 54 | - |
| YUV | 197.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 187 | 0 | 0.33 | 0.26 | 0.00 | 348.43 | 0.98 | 0.83 |
| Hex | FE | AB | BB | 0 | 21 | 1A | 0 | 15C | 62 | 53 |
| Octal | 376 | 253 | 273 | 0 | 41 | 32 | 0 | 534 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10111011 | 0 | 100001 | 11010 | 0 | 101011100 | 1100010 | 1010011 |
Color Harmonies of #FEABBB
Complementary color
Monochromatic Colors of #FEABBB
Black with #FEABBB
Text Example
Text Example
White with #FEABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABBB; }
p { color: rgb(254,171,187); }
H1.HeaderClassName
{
color: #FEABBB;
}
.AnyTagClassName
{
color: #FEABBB;
}
</style>
background-color css
<style>
a { background-color: #FEABBB; }
a { background-color: rgb(254,171,187); }
div.DivClassName
{
background-color: #FEABBB;
}
.BgClassName
{
background-color: #FEABBB;
}
</style>
border-color css
<style>
span { border-color: #FEABBB; }
span { border-color: rgb(254,171,187); }
td.TdClassName
{
border-color: #FEABBB;
}
.TagClassName
{
border-color: #FEABBB;
}
</style>