Shades of Light Pink #FEA6AF
Tints of Light Pink #FEA6AF
RGB
CMYK
RGB Variations
Color information
#FEA6AF (or 0xFEA6AF) is known color: Light Pink. HEX triplet: FE, A6 and AF. RGB value is (254,166,175). Sum of RGB (Red+Green+Blue) = 254+166+175=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6AF is #015950. Grayscale: #C1C1C1. Windows color (decimal): -88401 or 11511550. OLE color: 11511550.
HSL color Cylindrical-coordinate representation of color #FEA6AF: hue angle of 353.86º 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 #FEA6AF is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 175 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.00 |
| HSL | 353.86º | 0.98% | 0.82% | - |
| HSV(B) | 353.86º | 0.35% | 1% | - |
| XYZ | 62.25 | 51.44 | 47.21 | - |
| YUV | 193.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 175 | 0 | 0.35 | 0.31 | 0.00 | 353.86 | 0.98 | 0.82 |
| Hex | FE | A6 | AF | 0 | 23 | 1F | 0 | 162 | 62 | 52 |
| Octal | 376 | 246 | 257 | 0 | 43 | 37 | 0 | 542 | 142 | 122 |
| Binary | 11111110 | 10100110 | 10101111 | 0 | 100011 | 11111 | 0 | 101100010 | 1100010 | 1010010 |
Color Harmonies of #FEA6AF
Complementary color
Monochromatic Colors of #FEA6AF
Black with #FEA6AF
Text Example
Text Example
White with #FEA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6AF; }
p { color: rgb(254,166,175); }
H1.HeaderClassName
{
color: #FEA6AF;
}
.AnyTagClassName
{
color: #FEA6AF;
}
</style>
background-color css
<style>
a { background-color: #FEA6AF; }
a { background-color: rgb(254,166,175); }
div.DivClassName
{
background-color: #FEA6AF;
}
.BgClassName
{
background-color: #FEA6AF;
}
</style>
border-color css
<style>
span { border-color: #FEA6AF; }
span { border-color: rgb(254,166,175); }
td.TdClassName
{
border-color: #FEA6AF;
}
.TagClassName
{
border-color: #FEA6AF;
}
</style>