Shades of Light Pink #FEADB6
Tints of Light Pink #FEADB6
RGB
CMYK
RGB Variations
Color information
#FEADB6 (or 0xFEADB6) is known color: Light Pink. HEX triplet: FE, AD and B6. RGB value is (254,173,182). Sum of RGB (Red+Green+Blue) = 254+173+182=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB6 is #015249. Grayscale: #C6C6C6. Windows color (decimal): -86602 or 11972094. OLE color: 11972094.
HSL color Cylindrical-coordinate representation of color #FEADB6: hue angle of 353.33º 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 #FEADB6 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 182 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.00 |
| HSL | 353.33º | 0.98% | 0.84% | - |
| HSV(B) | 353.33º | 0.32% | 1% | - |
| XYZ | 64.26 | 54.34 | 51.36 | - |
| YUV | 198.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 182 | 0 | 0.32 | 0.28 | 0.00 | 353.33 | 0.98 | 0.84 |
| Hex | FE | AD | B6 | 0 | 20 | 1C | 0 | 161 | 62 | 54 |
| Octal | 376 | 255 | 266 | 0 | 40 | 34 | 0 | 541 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10110110 | 0 | 100000 | 11100 | 0 | 101100001 | 1100010 | 1010100 |
Color Harmonies of #FEADB6
Complementary color
Monochromatic Colors of #FEADB6
Black with #FEADB6
Text Example
Text Example
White with #FEADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADB6; }
p { color: rgb(254,173,182); }
H1.HeaderClassName
{
color: #FEADB6;
}
.AnyTagClassName
{
color: #FEADB6;
}
</style>
background-color css
<style>
a { background-color: #FEADB6; }
a { background-color: rgb(254,173,182); }
div.DivClassName
{
background-color: #FEADB6;
}
.BgClassName
{
background-color: #FEADB6;
}
</style>
border-color css
<style>
span { border-color: #FEADB6; }
span { border-color: rgb(254,173,182); }
td.TdClassName
{
border-color: #FEADB6;
}
.TagClassName
{
border-color: #FEADB6;
}
</style>