Shades of Light Pink #FEADAF
Tints of Light Pink #FEADAF
RGB
CMYK
RGB Variations
Color information
#FEADAF (or 0xFEADAF) is known color: Light Pink. HEX triplet: FE, AD and AF. RGB value is (254,173,175). Sum of RGB (Red+Green+Blue) = 254+173+175=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAF is #015250. Grayscale: #C5C5C5. Windows color (decimal): -86609 or 11513342. OLE color: 11513342.
HSL color Cylindrical-coordinate representation of color #FEADAF: hue angle of 358.52º 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 #FEADAF is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 175 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.00 |
| HSL | 358.52º | 0.98% | 0.84% | - |
| HSV(B) | 358.52º | 0.32% | 1% | - |
| XYZ | 63.55 | 54.05 | 47.64 | - |
| YUV | 197.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 175 | 0 | 0.32 | 0.31 | 0.00 | 358.52 | 0.98 | 0.84 |
| Hex | FE | AD | AF | 0 | 20 | 1F | 0 | 167 | 62 | 54 |
| Octal | 376 | 255 | 257 | 0 | 40 | 37 | 0 | 547 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10101111 | 0 | 100000 | 11111 | 0 | 101100111 | 1100010 | 1010100 |
Color Harmonies of #FEADAF
Complementary color
Monochromatic Colors of #FEADAF
Black with #FEADAF
Text Example
Text Example
White with #FEADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADAF; }
p { color: rgb(254,173,175); }
H1.HeaderClassName
{
color: #FEADAF;
}
.AnyTagClassName
{
color: #FEADAF;
}
</style>
background-color css
<style>
a { background-color: #FEADAF; }
a { background-color: rgb(254,173,175); }
div.DivClassName
{
background-color: #FEADAF;
}
.BgClassName
{
background-color: #FEADAF;
}
</style>
border-color css
<style>
span { border-color: #FEADAF; }
span { border-color: rgb(254,173,175); }
td.TdClassName
{
border-color: #FEADAF;
}
.TagClassName
{
border-color: #FEADAF;
}
</style>