Shades of Light Pink #FFAEAF
Tints of Light Pink #FFAEAF
RGB
CMYK
RGB Variations
Color information
#FFAEAF (or 0xFFAEAF) is known color: Light Pink. HEX triplet: FF, AE and AF. RGB value is (255,174,175). Sum of RGB (Red+Green+Blue) = 255+174+175=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEAF is #005150. Grayscale: #C6C6C6. Windows color (decimal): -20817 or 11513599. OLE color: 11513599.
HSL color Cylindrical-coordinate representation of color #FFAEAF: hue angle of 359.26º 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 #FFAEAF is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 175 | - |
| CMYK | 0 | 0.32 | 0.31 | 0 |
| HSL | 359.26º | 1% | 0.84% | - |
| HSV(B) | 359.26º | 0.32% | 1% | - |
| XYZ | 64.11 | 54.63 | 47.72 | - |
| YUV | 198.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 175 | 0 | 0.32 | 0.31 | 0 | 359.26 | 1 | 0.84 |
| Hex | FF | AE | AF | 0 | 20 | 1F | 0 | 167 | 64 | 54 |
| Octal | 377 | 256 | 257 | 0 | 40 | 37 | 0 | 547 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10101111 | 0 | 100000 | 11111 | 0 | 101100111 | 1100100 | 1010100 |
Color Harmonies of #FFAEAF
Complementary color
Monochromatic Colors of #FFAEAF
Black with #FFAEAF
Text Example
Text Example
White with #FFAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEAF; }
p { color: rgb(255,174,175); }
H1.HeaderClassName
{
color: #FFAEAF;
}
.AnyTagClassName
{
color: #FFAEAF;
}
</style>
background-color css
<style>
a { background-color: #FFAEAF; }
a { background-color: rgb(255,174,175); }
div.DivClassName
{
background-color: #FFAEAF;
}
.BgClassName
{
background-color: #FFAEAF;
}
</style>
border-color css
<style>
span { border-color: #FFAEAF; }
span { border-color: rgb(255,174,175); }
td.TdClassName
{
border-color: #FFAEAF;
}
.TagClassName
{
border-color: #FFAEAF;
}
</style>