Shades of Light Pink #FEADBB
Tints of Light Pink #FEADBB
RGB
CMYK
RGB Variations
Color information
#FEADBB (or 0xFEADBB) is known color: Light Pink. HEX triplet: FE, AD and BB. RGB value is (254,173,187). Sum of RGB (Red+Green+Blue) = 254+173+187=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADBB is #015244. Grayscale: #C6C6C6. Windows color (decimal): -86597 or 12299774. OLE color: 12299774.
HSL color Cylindrical-coordinate representation of color #FEADBB: hue angle of 349.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADBB is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 187 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.00 |
| HSL | 349.63º | 0.98% | 0.84% | - |
| HSV(B) | 349.63º | 0.32% | 1% | - |
| XYZ | 64.79 | 54.55 | 54.13 | - |
| YUV | 198.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 187 | 0 | 0.32 | 0.26 | 0.00 | 349.63 | 0.98 | 0.84 |
| Hex | FE | AD | BB | 0 | 20 | 1A | 0 | 15E | 62 | 54 |
| Octal | 376 | 255 | 273 | 0 | 40 | 32 | 0 | 536 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10111011 | 0 | 100000 | 11010 | 0 | 101011110 | 1100010 | 1010100 |
Color Harmonies of #FEADBB
Complementary color
Monochromatic Colors of #FEADBB
Black with #FEADBB
Text Example
Text Example
White with #FEADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADBB; }
p { color: rgb(254,173,187); }
H1.HeaderClassName
{
color: #FEADBB;
}
.AnyTagClassName
{
color: #FEADBB;
}
</style>
background-color css
<style>
a { background-color: #FEADBB; }
a { background-color: rgb(254,173,187); }
div.DivClassName
{
background-color: #FEADBB;
}
.BgClassName
{
background-color: #FEADBB;
}
</style>
border-color css
<style>
span { border-color: #FEADBB; }
span { border-color: rgb(254,173,187); }
td.TdClassName
{
border-color: #FEADBB;
}
.TagClassName
{
border-color: #FEADBB;
}
</style>