Shades of Light Pink #FFAEB9
Tints of Light Pink #FFAEB9
RGB
CMYK
RGB Variations
Color information
#FFAEB9 (or 0xFFAEB9) is known color: Light Pink. HEX triplet: FF, AE and B9. RGB value is (255,174,185). Sum of RGB (Red+Green+Blue) = 255+174+185=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB9 is #005146. Grayscale: #C7C7C7. Windows color (decimal): -20807 or 12168959. OLE color: 12168959.
HSL color Cylindrical-coordinate representation of color #FFAEB9: hue angle of 351.85º 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 #FFAEB9 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 185 | - |
| CMYK | 0 | 0.32 | 0.27 | 0 |
| HSL | 351.85º | 1% | 0.84% | - |
| HSV(B) | 351.85º | 0.32% | 1% | - |
| XYZ | 65.13 | 55.03 | 53.09 | - |
| YUV | 199.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 185 | 0 | 0.32 | 0.27 | 0 | 351.85 | 1 | 0.84 |
| Hex | FF | AE | B9 | 0 | 20 | 1B | 0 | 160 | 64 | 54 |
| Octal | 377 | 256 | 271 | 0 | 40 | 33 | 0 | 540 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10111001 | 0 | 100000 | 11011 | 0 | 101100000 | 1100100 | 1010100 |
Color Harmonies of #FFAEB9
Complementary color
Monochromatic Colors of #FFAEB9
Black with #FFAEB9
Text Example
Text Example
White with #FFAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEB9; }
p { color: rgb(255,174,185); }
H1.HeaderClassName
{
color: #FFAEB9;
}
.AnyTagClassName
{
color: #FFAEB9;
}
</style>
background-color css
<style>
a { background-color: #FFAEB9; }
a { background-color: rgb(255,174,185); }
div.DivClassName
{
background-color: #FFAEB9;
}
.BgClassName
{
background-color: #FFAEB9;
}
</style>
border-color css
<style>
span { border-color: #FFAEB9; }
span { border-color: rgb(255,174,185); }
td.TdClassName
{
border-color: #FFAEB9;
}
.TagClassName
{
border-color: #FFAEB9;
}
</style>