Shades of Light Pink #FFAEBB
Tints of Light Pink #FFAEBB
RGB
CMYK
RGB Variations
Color information
#FFAEBB (or 0xFFAEBB) is known color: Light Pink. HEX triplet: FF, AE and BB. RGB value is (255,174,187). Sum of RGB (Red+Green+Blue) = 255+174+187=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEBB is #005144. Grayscale: #C7C7C7. Windows color (decimal): -20805 or 12300031. OLE color: 12300031.
HSL color Cylindrical-coordinate representation of color #FFAEBB: hue angle of 350.37º 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 #FFAEBB is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 187 | - |
| CMYK | 0 | 0.32 | 0.27 | 0 |
| HSL | 350.37º | 1% | 0.84% | - |
| HSV(B) | 350.37º | 0.32% | 1% | - |
| XYZ | 65.35 | 55.12 | 54.21 | - |
| YUV | 199.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 187 | 0 | 0.32 | 0.27 | 0 | 350.37 | 1 | 0.84 |
| Hex | FF | AE | BB | 0 | 20 | 1B | 0 | 15E | 64 | 54 |
| Octal | 377 | 256 | 273 | 0 | 40 | 33 | 0 | 536 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10111011 | 0 | 100000 | 11011 | 0 | 101011110 | 1100100 | 1010100 |
Color Harmonies of #FFAEBB
Complementary color
Monochromatic Colors of #FFAEBB
Black with #FFAEBB
Text Example
Text Example
White with #FFAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEBB; }
p { color: rgb(255,174,187); }
H1.HeaderClassName
{
color: #FFAEBB;
}
.AnyTagClassName
{
color: #FFAEBB;
}
</style>
background-color css
<style>
a { background-color: #FFAEBB; }
a { background-color: rgb(255,174,187); }
div.DivClassName
{
background-color: #FFAEBB;
}
.BgClassName
{
background-color: #FFAEBB;
}
</style>
border-color css
<style>
span { border-color: #FFAEBB; }
span { border-color: rgb(255,174,187); }
td.TdClassName
{
border-color: #FFAEBB;
}
.TagClassName
{
border-color: #FFAEBB;
}
</style>