Shades of Light Pink #FEADB1
Tints of Light Pink #FEADB1
RGB
CMYK
RGB Variations
Color information
#FEADB1 (or 0xFEADB1) is known color: Light Pink. HEX triplet: FE, AD and B1. RGB value is (254,173,177). Sum of RGB (Red+Green+Blue) = 254+173+177=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADB1 is #01524E. Grayscale: #C5C5C5. Windows color (decimal): -86607 or 11644414. OLE color: 11644414.
HSL color Cylindrical-coordinate representation of color #FEADB1: hue angle of 357.04º 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 #FEADB1 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 177 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.00 |
| HSL | 357.04º | 0.98% | 0.84% | - |
| HSV(B) | 357.04º | 0.32% | 1% | - |
| XYZ | 63.75 | 54.13 | 48.68 | - |
| YUV | 197.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 177 | 0 | 0.32 | 0.30 | 0.00 | 357.04 | 0.98 | 0.84 |
| Hex | FE | AD | B1 | 0 | 20 | 1E | 0 | 165 | 62 | 54 |
| Octal | 376 | 255 | 261 | 0 | 40 | 36 | 0 | 545 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10110001 | 0 | 100000 | 11110 | 0 | 101100101 | 1100010 | 1010100 |
Color Harmonies of #FEADB1
Complementary color
Monochromatic Colors of #FEADB1
Black with #FEADB1
Text Example
Text Example
White with #FEADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADB1; }
p { color: rgb(254,173,177); }
H1.HeaderClassName
{
color: #FEADB1;
}
.AnyTagClassName
{
color: #FEADB1;
}
</style>
background-color css
<style>
a { background-color: #FEADB1; }
a { background-color: rgb(254,173,177); }
div.DivClassName
{
background-color: #FEADB1;
}
.BgClassName
{
background-color: #FEADB1;
}
</style>
border-color css
<style>
span { border-color: #FEADB1; }
span { border-color: rgb(254,173,177); }
td.TdClassName
{
border-color: #FEADB1;
}
.TagClassName
{
border-color: #FEADB1;
}
</style>