Shades of Light Pink #FEADB4
Tints of Light Pink #FEADB4
RGB
CMYK
RGB Variations
Color information
#FEADB4 (or 0xFEADB4) is known color: Light Pink. HEX triplet: FE, AD and B4. RGB value is (254,173,180). Sum of RGB (Red+Green+Blue) = 254+173+180=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADB4 is #01524B. Grayscale: #C6C6C6. Windows color (decimal): -86604 or 11841022. OLE color: 11841022.
HSL color Cylindrical-coordinate representation of color #FEADB4: hue angle of 354.81º 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 #FEADB4 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 180 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.00 |
| HSL | 354.81º | 0.98% | 0.84% | - |
| HSV(B) | 354.81º | 0.32% | 1% | - |
| XYZ | 64.05 | 54.25 | 50.28 | - |
| YUV | 198.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 180 | 0 | 0.32 | 0.29 | 0.00 | 354.81 | 0.98 | 0.84 |
| Hex | FE | AD | B4 | 0 | 20 | 1D | 0 | 163 | 62 | 54 |
| Octal | 376 | 255 | 264 | 0 | 40 | 35 | 0 | 543 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10110100 | 0 | 100000 | 11101 | 0 | 101100011 | 1100010 | 1010100 |
Color Harmonies of #FEADB4
Complementary color
Monochromatic Colors of #FEADB4
Black with #FEADB4
Text Example
Text Example
White with #FEADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADB4; }
p { color: rgb(254,173,180); }
H1.HeaderClassName
{
color: #FEADB4;
}
.AnyTagClassName
{
color: #FEADB4;
}
</style>
background-color css
<style>
a { background-color: #FEADB4; }
a { background-color: rgb(254,173,180); }
div.DivClassName
{
background-color: #FEADB4;
}
.BgClassName
{
background-color: #FEADB4;
}
</style>
border-color css
<style>
span { border-color: #FEADB4; }
span { border-color: rgb(254,173,180); }
td.TdClassName
{
border-color: #FEADB4;
}
.TagClassName
{
border-color: #FEADB4;
}
</style>