Shades of Light Pink #FEA6B3
Tints of Light Pink #FEA6B3
RGB
CMYK
RGB Variations
Color information
#FEA6B3 (or 0xFEA6B3) is known color: Light Pink. HEX triplet: FE, A6 and B3. RGB value is (254,166,179). Sum of RGB (Red+Green+Blue) = 254+166+179=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6B3 is #01594C. Grayscale: #C1C1C1. Windows color (decimal): -88397 or 11773694. OLE color: 11773694.
HSL color Cylindrical-coordinate representation of color #FEA6B3: hue angle of 351.14º 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 #FEA6B3 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 179 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.00 |
| HSL | 351.14º | 0.98% | 0.82% | - |
| HSV(B) | 351.14º | 0.35% | 1% | - |
| XYZ | 62.65 | 51.6 | 49.31 | - |
| YUV | 193.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 179 | 0 | 0.35 | 0.30 | 0.00 | 351.14 | 0.98 | 0.82 |
| Hex | FE | A6 | B3 | 0 | 23 | 1E | 0 | 15F | 62 | 52 |
| Octal | 376 | 246 | 263 | 0 | 43 | 36 | 0 | 537 | 142 | 122 |
| Binary | 11111110 | 10100110 | 10110011 | 0 | 100011 | 11110 | 0 | 101011111 | 1100010 | 1010010 |
Color Harmonies of #FEA6B3
Complementary color
Monochromatic Colors of #FEA6B3
Black with #FEA6B3
Text Example
Text Example
White with #FEA6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6B3; }
p { color: rgb(254,166,179); }
H1.HeaderClassName
{
color: #FEA6B3;
}
.AnyTagClassName
{
color: #FEA6B3;
}
</style>
background-color css
<style>
a { background-color: #FEA6B3; }
a { background-color: rgb(254,166,179); }
div.DivClassName
{
background-color: #FEA6B3;
}
.BgClassName
{
background-color: #FEA6B3;
}
</style>
border-color css
<style>
span { border-color: #FEA6B3; }
span { border-color: rgb(254,166,179); }
td.TdClassName
{
border-color: #FEA6B3;
}
.TagClassName
{
border-color: #FEA6B3;
}
</style>