Shades of Light Pink #FEADBD
Tints of Light Pink #FEADBD
RGB
CMYK
RGB Variations
Color information
#FEADBD (or 0xFEADBD) is known color: Light Pink. HEX triplet: FE, AD and BD. RGB value is (254,173,189). Sum of RGB (Red+Green+Blue) = 254+173+189=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADBD is #015242. Grayscale: #C7C7C7. Windows color (decimal): -86595 or 12430846. OLE color: 12430846.
HSL color Cylindrical-coordinate representation of color #FEADBD: hue angle of 348.15º 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 #FEADBD is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 189 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.00 |
| HSL | 348.15º | 0.98% | 0.84% | - |
| HSV(B) | 348.15º | 0.32% | 1% | - |
| XYZ | 65 | 54.63 | 55.26 | - |
| YUV | 199.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 189 | 0 | 0.32 | 0.26 | 0.00 | 348.15 | 0.98 | 0.84 |
| Hex | FE | AD | BD | 0 | 20 | 1A | 0 | 15C | 62 | 54 |
| Octal | 376 | 255 | 275 | 0 | 40 | 32 | 0 | 534 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10111101 | 0 | 100000 | 11010 | 0 | 101011100 | 1100010 | 1010100 |
Color Harmonies of #FEADBD
Complementary color
Monochromatic Colors of #FEADBD
Black with #FEADBD
Text Example
Text Example
White with #FEADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADBD; }
p { color: rgb(254,173,189); }
H1.HeaderClassName
{
color: #FEADBD;
}
.AnyTagClassName
{
color: #FEADBD;
}
</style>
background-color css
<style>
a { background-color: #FEADBD; }
a { background-color: rgb(254,173,189); }
div.DivClassName
{
background-color: #FEADBD;
}
.BgClassName
{
background-color: #FEADBD;
}
</style>
border-color css
<style>
span { border-color: #FEADBD; }
span { border-color: rgb(254,173,189); }
td.TdClassName
{
border-color: #FEADBD;
}
.TagClassName
{
border-color: #FEADBD;
}
</style>