Shades of Light Pink #FEADB7
Tints of Light Pink #FEADB7
RGB
CMYK
RGB Variations
Color information
#FEADB7 (or 0xFEADB7) is known color: Light Pink. HEX triplet: FE, AD and B7. RGB value is (254,173,183). Sum of RGB (Red+Green+Blue) = 254+173+183=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB7 is #015248. Grayscale: #C6C6C6. Windows color (decimal): -86601 or 12037630. OLE color: 12037630.
HSL color Cylindrical-coordinate representation of color #FEADB7: hue angle of 352.59º 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 #FEADB7 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 183 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.00 |
| HSL | 352.59º | 0.98% | 0.84% | - |
| HSV(B) | 352.59º | 0.32% | 1% | - |
| XYZ | 64.36 | 54.38 | 51.9 | - |
| YUV | 198.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 183 | 0 | 0.32 | 0.28 | 0.00 | 352.59 | 0.98 | 0.84 |
| Hex | FE | AD | B7 | 0 | 20 | 1C | 0 | 161 | 62 | 54 |
| Octal | 376 | 255 | 267 | 0 | 40 | 34 | 0 | 541 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10110111 | 0 | 100000 | 11100 | 0 | 101100001 | 1100010 | 1010100 |
Color Harmonies of #FEADB7
Complementary color
Monochromatic Colors of #FEADB7
Black with #FEADB7
Text Example
Text Example
White with #FEADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADB7; }
p { color: rgb(254,173,183); }
H1.HeaderClassName
{
color: #FEADB7;
}
.AnyTagClassName
{
color: #FEADB7;
}
</style>
background-color css
<style>
a { background-color: #FEADB7; }
a { background-color: rgb(254,173,183); }
div.DivClassName
{
background-color: #FEADB7;
}
.BgClassName
{
background-color: #FEADB7;
}
</style>
border-color css
<style>
span { border-color: #FEADB7; }
span { border-color: rgb(254,173,183); }
td.TdClassName
{
border-color: #FEADB7;
}
.TagClassName
{
border-color: #FEADB7;
}
</style>