Shades of Light Pink #FEADB9
Tints of Light Pink #FEADB9
RGB
CMYK
RGB Variations
Color information
#FEADB9 (or 0xFEADB9) is known color: Light Pink. HEX triplet: FE, AD and B9. RGB value is (254,173,185). Sum of RGB (Red+Green+Blue) = 254+173+185=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB9 is #015246. Grayscale: #C6C6C6. Windows color (decimal): -86599 or 12168702. OLE color: 12168702.
HSL color Cylindrical-coordinate representation of color #FEADB9: hue angle of 351.11º 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 #FEADB9 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 185 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.00 |
| HSL | 351.11º | 0.98% | 0.84% | - |
| HSV(B) | 351.11º | 0.32% | 1% | - |
| XYZ | 64.57 | 54.46 | 53.01 | - |
| YUV | 198.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 185 | 0 | 0.32 | 0.27 | 0.00 | 351.11 | 0.98 | 0.84 |
| Hex | FE | AD | B9 | 0 | 20 | 1B | 0 | 15F | 62 | 54 |
| Octal | 376 | 255 | 271 | 0 | 40 | 33 | 0 | 537 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10111001 | 0 | 100000 | 11011 | 0 | 101011111 | 1100010 | 1010100 |
Color Harmonies of #FEADB9
Complementary color
Monochromatic Colors of #FEADB9
Black with #FEADB9
Text Example
Text Example
White with #FEADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADB9; }
p { color: rgb(254,173,185); }
H1.HeaderClassName
{
color: #FEADB9;
}
.AnyTagClassName
{
color: #FEADB9;
}
</style>
background-color css
<style>
a { background-color: #FEADB9; }
a { background-color: rgb(254,173,185); }
div.DivClassName
{
background-color: #FEADB9;
}
.BgClassName
{
background-color: #FEADB9;
}
</style>
border-color css
<style>
span { border-color: #FEADB9; }
span { border-color: rgb(254,173,185); }
td.TdClassName
{
border-color: #FEADB9;
}
.TagClassName
{
border-color: #FEADB9;
}
</style>