Shades of Light Pink #FEAEAF
Tints of Light Pink #FEAEAF
RGB
CMYK
RGB Variations
Color information
#FEAEAF (or 0xFEAEAF) is known color: Light Pink. HEX triplet: FE, AE and AF. RGB value is (254,174,175). Sum of RGB (Red+Green+Blue) = 254+174+175=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAF is #015150. Grayscale: #C6C6C6. Windows color (decimal): -86353 or 11513598. OLE color: 11513598.
HSL color Cylindrical-coordinate representation of color #FEAEAF: hue angle of 359.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEAF is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 175 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.00 |
| HSL | 359.25º | 0.98% | 0.84% | - |
| HSV(B) | 359.25º | 0.31% | 1% | - |
| XYZ | 63.75 | 54.44 | 47.71 | - |
| YUV | 198.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 175 | 0 | 0.31 | 0.31 | 0.00 | 359.25 | 0.98 | 0.84 |
| Hex | FE | AE | AF | 0 | 1F | 1F | 0 | 167 | 62 | 54 |
| Octal | 376 | 256 | 257 | 0 | 37 | 37 | 0 | 547 | 142 | 124 |
| Binary | 11111110 | 10101110 | 10101111 | 0 | 11111 | 11111 | 0 | 101100111 | 1100010 | 1010100 |
Color Harmonies of #FEAEAF
Complementary color
Monochromatic Colors of #FEAEAF
Black with #FEAEAF
Text Example
Text Example
White with #FEAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEAF; }
p { color: rgb(254,174,175); }
H1.HeaderClassName
{
color: #FEAEAF;
}
.AnyTagClassName
{
color: #FEAEAF;
}
</style>
background-color css
<style>
a { background-color: #FEAEAF; }
a { background-color: rgb(254,174,175); }
div.DivClassName
{
background-color: #FEAEAF;
}
.BgClassName
{
background-color: #FEAEAF;
}
</style>
border-color css
<style>
span { border-color: #FEAEAF; }
span { border-color: rgb(254,174,175); }
td.TdClassName
{
border-color: #FEAEAF;
}
.TagClassName
{
border-color: #FEAEAF;
}
</style>