Shades of Light Pink #FEAEBD
Tints of Light Pink #FEAEBD
RGB
CMYK
RGB Variations
Color information
#FEAEBD (or 0xFEAEBD) is known color: Light Pink. HEX triplet: FE, AE and BD. RGB value is (254,174,189). Sum of RGB (Red+Green+Blue) = 254+174+189=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEBD is #015142. Grayscale: #C7C7C7. Windows color (decimal): -86339 or 12431102. OLE color: 12431102.
HSL color Cylindrical-coordinate representation of color #FEAEBD: hue angle of 348.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEBD is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 189 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.00 |
| HSL | 348.75º | 0.98% | 0.84% | - |
| HSV(B) | 348.75º | 0.31% | 1% | - |
| XYZ | 65.19 | 55.02 | 55.33 | - |
| YUV | 199.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 189 | 0 | 0.31 | 0.26 | 0.00 | 348.75 | 0.98 | 0.84 |
| Hex | FE | AE | BD | 0 | 1F | 1A | 0 | 15D | 62 | 54 |
| Octal | 376 | 256 | 275 | 0 | 37 | 32 | 0 | 535 | 142 | 124 |
| Binary | 11111110 | 10101110 | 10111101 | 0 | 11111 | 11010 | 0 | 101011101 | 1100010 | 1010100 |
Color Harmonies of #FEAEBD
Complementary color
Monochromatic Colors of #FEAEBD
Black with #FEAEBD
Text Example
Text Example
White with #FEAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEBD; }
p { color: rgb(254,174,189); }
H1.HeaderClassName
{
color: #FEAEBD;
}
.AnyTagClassName
{
color: #FEAEBD;
}
</style>
background-color css
<style>
a { background-color: #FEAEBD; }
a { background-color: rgb(254,174,189); }
div.DivClassName
{
background-color: #FEAEBD;
}
.BgClassName
{
background-color: #FEAEBD;
}
</style>
border-color css
<style>
span { border-color: #FEAEBD; }
span { border-color: rgb(254,174,189); }
td.TdClassName
{
border-color: #FEAEBD;
}
.TagClassName
{
border-color: #FEAEBD;
}
</style>