Shades of Light Pink #FFAEBE
Tints of Light Pink #FFAEBE
RGB
CMYK
RGB Variations
Color information
#FFAEBE (or 0xFFAEBE) is known color: Light Pink. HEX triplet: FF, AE and BE. RGB value is (255,174,190). Sum of RGB (Red+Green+Blue) = 255+174+190=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEBE is #005141. Grayscale: #C8C8C8. Windows color (decimal): -20802 or 12496639. OLE color: 12496639.
HSL color Cylindrical-coordinate representation of color #FFAEBE: hue angle of 348.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAEBE is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 190 | - |
| CMYK | 0 | 0.32 | 0.25 | 0 |
| HSL | 348.15º | 1% | 0.84% | - |
| HSV(B) | 348.15º | 0.32% | 1% | - |
| XYZ | 65.67 | 55.25 | 55.92 | - |
| YUV | 200.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 190 | 0 | 0.32 | 0.25 | 0 | 348.15 | 1 | 0.84 |
| Hex | FF | AE | BE | 0 | 20 | 19 | 0 | 15C | 64 | 54 |
| Octal | 377 | 256 | 276 | 0 | 40 | 31 | 0 | 534 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10111110 | 0 | 100000 | 11001 | 0 | 101011100 | 1100100 | 1010100 |
Color Harmonies of #FFAEBE
Complementary color
Monochromatic Colors of #FFAEBE
Black with #FFAEBE
Text Example
Text Example
White with #FFAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEBE; }
p { color: rgb(255,174,190); }
H1.HeaderClassName
{
color: #FFAEBE;
}
.AnyTagClassName
{
color: #FFAEBE;
}
</style>
background-color css
<style>
a { background-color: #FFAEBE; }
a { background-color: rgb(255,174,190); }
div.DivClassName
{
background-color: #FFAEBE;
}
.BgClassName
{
background-color: #FFAEBE;
}
</style>
border-color css
<style>
span { border-color: #FFAEBE; }
span { border-color: rgb(255,174,190); }
td.TdClassName
{
border-color: #FFAEBE;
}
.TagClassName
{
border-color: #FFAEBE;
}
</style>