Shades of Light Pink #FEADBA
Tints of Light Pink #FEADBA
RGB
CMYK
RGB Variations
Color information
#FEADBA (or 0xFEADBA) is known color: Light Pink. HEX triplet: FE, AD and BA. RGB value is (254,173,186). Sum of RGB (Red+Green+Blue) = 254+173+186=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADBA is #015245. Grayscale: #C6C6C6. Windows color (decimal): -86598 or 12234238. OLE color: 12234238.
HSL color Cylindrical-coordinate representation of color #FEADBA: hue angle of 350.37º 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 #FEADBA is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 186 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.00 |
| HSL | 350.37º | 0.98% | 0.84% | - |
| HSV(B) | 350.37º | 0.32% | 1% | - |
| XYZ | 64.68 | 54.5 | 53.57 | - |
| YUV | 198.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 186 | 0 | 0.32 | 0.27 | 0.00 | 350.37 | 0.98 | 0.84 |
| Hex | FE | AD | BA | 0 | 20 | 1B | 0 | 15E | 62 | 54 |
| Octal | 376 | 255 | 272 | 0 | 40 | 33 | 0 | 536 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10111010 | 0 | 100000 | 11011 | 0 | 101011110 | 1100010 | 1010100 |
Color Harmonies of #FEADBA
Complementary color
Monochromatic Colors of #FEADBA
Black with #FEADBA
Text Example
Text Example
White with #FEADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADBA; }
p { color: rgb(254,173,186); }
H1.HeaderClassName
{
color: #FEADBA;
}
.AnyTagClassName
{
color: #FEADBA;
}
</style>
background-color css
<style>
a { background-color: #FEADBA; }
a { background-color: rgb(254,173,186); }
div.DivClassName
{
background-color: #FEADBA;
}
.BgClassName
{
background-color: #FEADBA;
}
</style>
border-color css
<style>
span { border-color: #FEADBA; }
span { border-color: rgb(254,173,186); }
td.TdClassName
{
border-color: #FEADBA;
}
.TagClassName
{
border-color: #FEADBA;
}
</style>