Shades of Cupid #FFAEC5
Tints of Cupid #FFAEC5
RGB
CMYK
RGB Variations
Color information
#FFAEC5 (or 0xFFAEC5) is known color: Cupid. HEX triplet: FF, AE and C5. RGB value is (255,174,197). Sum of RGB (Red+Green+Blue) = 255+174+197=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC5 is #00513A. Grayscale: #C8C8C8. Windows color (decimal): -20795 or 12955391. OLE color: 12955391.
HSL color Cylindrical-coordinate representation of color #FFAEC5: hue angle of 342.96º 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 #FFAEC5 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 197 | - |
| CMYK | 0 | 0.32 | 0.23 | 0 |
| HSL | 342.96º | 1% | 0.84% | - |
| HSV(B) | 342.96º | 0.32% | 1% | - |
| XYZ | 66.45 | 55.56 | 60.05 | - |
| YUV | 200.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 197 | 0 | 0.32 | 0.23 | 0 | 342.96 | 1 | 0.84 |
| Hex | FF | AE | C5 | 0 | 20 | 17 | 0 | 157 | 64 | 54 |
| Octal | 377 | 256 | 305 | 0 | 40 | 27 | 0 | 527 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11000101 | 0 | 100000 | 10111 | 0 | 101010111 | 1100100 | 1010100 |
Color Harmonies of #FFAEC5
Complementary color
Monochromatic Colors of #FFAEC5
Black with #FFAEC5
Text Example
Text Example
White with #FFAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEC5; }
p { color: rgb(255,174,197); }
H1.HeaderClassName
{
color: #FFAEC5;
}
.AnyTagClassName
{
color: #FFAEC5;
}
</style>
background-color css
<style>
a { background-color: #FFAEC5; }
a { background-color: rgb(255,174,197); }
div.DivClassName
{
background-color: #FFAEC5;
}
.BgClassName
{
background-color: #FFAEC5;
}
</style>
border-color css
<style>
span { border-color: #FFAEC5; }
span { border-color: rgb(255,174,197); }
td.TdClassName
{
border-color: #FFAEC5;
}
.TagClassName
{
border-color: #FFAEC5;
}
</style>