Shades of Light Pink #FEA8B5
Tints of Light Pink #FEA8B5
RGB
CMYK
RGB Variations
Color information
#FEA8B5 (or 0xFEA8B5) is known color: Light Pink. HEX triplet: FE, A8 and B5. RGB value is (254,168,181). Sum of RGB (Red+Green+Blue) = 254+168+181=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8B5 is #01574A. Grayscale: #C3C3C3. Windows color (decimal): -87883 or 11905278. OLE color: 11905278.
HSL color Cylindrical-coordinate representation of color #FEA8B5: hue angle of 350.93º 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 #FEA8B5 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 168 | 181 | - |
CMYK | 0 | 0.34 | 0.29 | 0.00 |
HSL | 350.93º | 0.98% | 0.83% | - |
HSV(B) | 350.93º | 0.34% | 1% | - |
XYZ | 63.22 | 52.41 | 50.5 | - |
YUV | 195.2 | 119.99 | 169.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 168 | 181 | 0 | 0.34 | 0.29 | 0.00 | 350.93 | 0.98 | 0.83 |
Hex | FE | A8 | B5 | 0 | 22 | 1D | 0 | 15F | 62 | 53 |
Octal | 376 | 250 | 265 | 0 | 42 | 35 | 0 | 537 | 142 | 123 |
Binary | 11111110 | 10101000 | 10110101 | 0 | 100010 | 11101 | 0 | 101011111 | 1100010 | 1010011 |
Color Harmonies of #FEA8B5
Complementary color
Monochromatic Colors of #FEA8B5
Black with #FEA8B5
Text Example
Text Example
White with #FEA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8B5; }
p { color: rgb(254,168,181); }
H1.HeaderClassName
{
color: #FEA8B5;
}
.AnyTagClassName
{
color: #FEA8B5;
}
</style>
background-color css
<style>
a { background-color: #FEA8B5; }
a { background-color: rgb(254,168,181); }
div.DivClassName
{
background-color: #FEA8B5;
}
.BgClassName
{
background-color: #FEA8B5;
}
</style>
border-color css
<style>
span { border-color: #FEA8B5; }
span { border-color: rgb(254,168,181); }
td.TdClassName
{
border-color: #FEA8B5;
}
.TagClassName
{
border-color: #FEA8B5;
}
</style>