Shades of Light Pink #FEACB5
Tints of Light Pink #FEACB5
RGB
CMYK
RGB Variations
Color information
#FEACB5 (or 0xFEACB5) is known color: Light Pink. HEX triplet: FE, AC and B5. RGB value is (254,172,181). Sum of RGB (Red+Green+Blue) = 254+172+181=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACB5 is #01534A. Grayscale: #C5C5C5. Windows color (decimal): -86859 or 11906302. OLE color: 11906302.
HSL color Cylindrical-coordinate representation of color #FEACB5: hue angle of 353.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACB5 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 172 | 181 | - |
CMYK | 0 | 0.32 | 0.29 | 0.00 |
HSL | 353.41º | 0.98% | 0.84% | - |
HSV(B) | 353.41º | 0.32% | 1% | - |
XYZ | 63.97 | 53.91 | 50.75 | - |
YUV | 197.54 | 118.67 | 168.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 172 | 181 | 0 | 0.32 | 0.29 | 0.00 | 353.41 | 0.98 | 0.84 |
Hex | FE | AC | B5 | 0 | 20 | 1D | 0 | 161 | 62 | 54 |
Octal | 376 | 254 | 265 | 0 | 40 | 35 | 0 | 541 | 142 | 124 |
Binary | 11111110 | 10101100 | 10110101 | 0 | 100000 | 11101 | 0 | 101100001 | 1100010 | 1010100 |
Color Harmonies of #FEACB5
Complementary color
Monochromatic Colors of #FEACB5
Black with #FEACB5
Text Example
Text Example
White with #FEACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACB5; }
p { color: rgb(254,172,181); }
H1.HeaderClassName
{
color: #FEACB5;
}
.AnyTagClassName
{
color: #FEACB5;
}
</style>
background-color css
<style>
a { background-color: #FEACB5; }
a { background-color: rgb(254,172,181); }
div.DivClassName
{
background-color: #FEACB5;
}
.BgClassName
{
background-color: #FEACB5;
}
</style>
border-color css
<style>
span { border-color: #FEACB5; }
span { border-color: rgb(254,172,181); }
td.TdClassName
{
border-color: #FEACB5;
}
.TagClassName
{
border-color: #FEACB5;
}
</style>