Shades of Light Pink #FEA5B5
Tints of Light Pink #FEA5B5
RGB
CMYK
RGB Variations
Color information
#FEA5B5 (or 0xFEA5B5) is known color: Light Pink. HEX triplet: FE, A5 and B5. RGB value is (254,165,181). Sum of RGB (Red+Green+Blue) = 254+165+181=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5B5 is #015A4A. Grayscale: #C1C1C1. Windows color (decimal): -88651 or 11904510. OLE color: 11904510.
HSL color Cylindrical-coordinate representation of color #FEA5B5: hue angle of 349.21º 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 #FEA5B5 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 181 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.00 |
| HSL | 349.21º | 0.98% | 0.82% | - |
| HSV(B) | 349.21º | 0.35% | 1% | - |
| XYZ | 62.67 | 51.32 | 50.32 | - |
| YUV | 193.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 181 | 0 | 0.35 | 0.29 | 0.00 | 349.21 | 0.98 | 0.82 |
| Hex | FE | A5 | B5 | 0 | 23 | 1D | 0 | 15D | 62 | 52 |
| Octal | 376 | 245 | 265 | 0 | 43 | 35 | 0 | 535 | 142 | 122 |
| Binary | 11111110 | 10100101 | 10110101 | 0 | 100011 | 11101 | 0 | 101011101 | 1100010 | 1010010 |
Color Harmonies of #FEA5B5
Complementary color
Monochromatic Colors of #FEA5B5
Black with #FEA5B5
Text Example
Text Example
White with #FEA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5B5; }
p { color: rgb(254,165,181); }
H1.HeaderClassName
{
color: #FEA5B5;
}
.AnyTagClassName
{
color: #FEA5B5;
}
</style>
background-color css
<style>
a { background-color: #FEA5B5; }
a { background-color: rgb(254,165,181); }
div.DivClassName
{
background-color: #FEA5B5;
}
.BgClassName
{
background-color: #FEA5B5;
}
</style>
border-color css
<style>
span { border-color: #FEA5B5; }
span { border-color: rgb(254,165,181); }
td.TdClassName
{
border-color: #FEA5B5;
}
.TagClassName
{
border-color: #FEA5B5;
}
</style>