Shades of Light Pink #FEA7BA
Tints of Light Pink #FEA7BA
RGB
CMYK
RGB Variations
Color information
#FEA7BA (or 0xFEA7BA) is known color: Light Pink. HEX triplet: FE, A7 and BA. RGB value is (254,167,186). Sum of RGB (Red+Green+Blue) = 254+167+186=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7BA is #015845. Grayscale: #C3C3C3. Windows color (decimal): -88134 or 12232702. OLE color: 12232702.
HSL color Cylindrical-coordinate representation of color #FEA7BA: hue angle of 346.9º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7BA is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 186 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.00 |
| HSL | 346.9º | 0.98% | 0.83% | - |
| HSV(B) | 346.9º | 0.34% | 1% | - |
| XYZ | 63.55 | 52.25 | 53.19 | - |
| YUV | 195.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 186 | 0 | 0.34 | 0.27 | 0.00 | 346.9 | 0.98 | 0.83 |
| Hex | FE | A7 | BA | 0 | 22 | 1B | 0 | 15B | 62 | 53 |
| Octal | 376 | 247 | 272 | 0 | 42 | 33 | 0 | 533 | 142 | 123 |
| Binary | 11111110 | 10100111 | 10111010 | 0 | 100010 | 11011 | 0 | 101011011 | 1100010 | 1010011 |
Color Harmonies of #FEA7BA
Complementary color
Monochromatic Colors of #FEA7BA
Black with #FEA7BA
Text Example
Text Example
White with #FEA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7BA; }
p { color: rgb(254,167,186); }
H1.HeaderClassName
{
color: #FEA7BA;
}
.AnyTagClassName
{
color: #FEA7BA;
}
</style>
background-color css
<style>
a { background-color: #FEA7BA; }
a { background-color: rgb(254,167,186); }
div.DivClassName
{
background-color: #FEA7BA;
}
.BgClassName
{
background-color: #FEA7BA;
}
</style>
border-color css
<style>
span { border-color: #FEA7BA; }
span { border-color: rgb(254,167,186); }
td.TdClassName
{
border-color: #FEA7BA;
}
.TagClassName
{
border-color: #FEA7BA;
}
</style>