Shades of Light Pink #FFAEB0
Tints of Light Pink #FFAEB0
RGB
CMYK
RGB Variations
Color information
#FFAEB0 (or 0xFFAEB0) is known color: Light Pink. HEX triplet: FF, AE and B0. RGB value is (255,174,176). Sum of RGB (Red+Green+Blue) = 255+174+176=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEB0 is #00514F. Grayscale: #C6C6C6. Windows color (decimal): -20816 or 11579135. OLE color: 11579135.
HSL color Cylindrical-coordinate representation of color #FFAEB0: hue angle of 358.52º 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 #FFAEB0 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 176 | - |
| CMYK | 0 | 0.32 | 0.31 | 0 |
| HSL | 358.52º | 1% | 0.84% | - |
| HSV(B) | 358.52º | 0.32% | 1% | - |
| XYZ | 64.21 | 54.67 | 48.24 | - |
| YUV | 198.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 176 | 0 | 0.32 | 0.31 | 0 | 358.52 | 1 | 0.84 |
| Hex | FF | AE | B0 | 0 | 20 | 1F | 0 | 167 | 64 | 54 |
| Octal | 377 | 256 | 260 | 0 | 40 | 37 | 0 | 547 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10110000 | 0 | 100000 | 11111 | 0 | 101100111 | 1100100 | 1010100 |
Color Harmonies of #FFAEB0
Complementary color
Monochromatic Colors of #FFAEB0
Black with #FFAEB0
Text Example
Text Example
White with #FFAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEB0; }
p { color: rgb(255,174,176); }
H1.HeaderClassName
{
color: #FFAEB0;
}
.AnyTagClassName
{
color: #FFAEB0;
}
</style>
background-color css
<style>
a { background-color: #FFAEB0; }
a { background-color: rgb(255,174,176); }
div.DivClassName
{
background-color: #FFAEB0;
}
.BgClassName
{
background-color: #FFAEB0;
}
</style>
border-color css
<style>
span { border-color: #FFAEB0; }
span { border-color: rgb(255,174,176); }
td.TdClassName
{
border-color: #FFAEB0;
}
.TagClassName
{
border-color: #FFAEB0;
}
</style>