Shades of Light Pink #FEA5AD
Tints of Light Pink #FEA5AD
RGB
CMYK
RGB Variations
Color information
#FEA5AD (or 0xFEA5AD) is known color: Light Pink. HEX triplet: FE, A5 and AD. RGB value is (254,165,173). Sum of RGB (Red+Green+Blue) = 254+165+173=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5AD is #015A52. Grayscale: #C0C0C0. Windows color (decimal): -88659 or 11380222. OLE color: 11380222.
HSL color Cylindrical-coordinate representation of color #FEA5AD: hue angle of 354.61º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5AD is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 173 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.00 |
| HSL | 354.61º | 0.98% | 0.82% | - |
| HSV(B) | 354.61º | 0.35% | 1% | - |
| XYZ | 61.87 | 51 | 46.12 | - |
| YUV | 192.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 173 | 0 | 0.35 | 0.32 | 0.00 | 354.61 | 0.98 | 0.82 |
| Hex | FE | A5 | AD | 0 | 23 | 20 | 0 | 163 | 62 | 52 |
| Octal | 376 | 245 | 255 | 0 | 43 | 40 | 0 | 543 | 142 | 122 |
| Binary | 11111110 | 10100101 | 10101101 | 0 | 100011 | 100000 | 0 | 101100011 | 1100010 | 1010010 |
Color Harmonies of #FEA5AD
Complementary color
Monochromatic Colors of #FEA5AD
Black with #FEA5AD
Text Example
Text Example
White with #FEA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5AD; }
p { color: rgb(254,165,173); }
H1.HeaderClassName
{
color: #FEA5AD;
}
.AnyTagClassName
{
color: #FEA5AD;
}
</style>
background-color css
<style>
a { background-color: #FEA5AD; }
a { background-color: rgb(254,165,173); }
div.DivClassName
{
background-color: #FEA5AD;
}
.BgClassName
{
background-color: #FEA5AD;
}
</style>
border-color css
<style>
span { border-color: #FEA5AD; }
span { border-color: rgb(254,165,173); }
td.TdClassName
{
border-color: #FEA5AD;
}
.TagClassName
{
border-color: #FEA5AD;
}
</style>