Shades of Cupid #FFAEC4
Tints of Cupid #FFAEC4
RGB
CMYK
RGB Variations
Color information
#FFAEC4 (or 0xFFAEC4) is known color: Cupid. HEX triplet: FF, AE and C4. RGB value is (255,174,196). Sum of RGB (Red+Green+Blue) = 255+174+196=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC4 is #00513B. Grayscale: #C8C8C8. Windows color (decimal): -20796 or 12889855. OLE color: 12889855.
HSL color Cylindrical-coordinate representation of color #FFAEC4: hue angle of 343.7º 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 #FFAEC4 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 196 | - |
| CMYK | 0 | 0.32 | 0.23 | 0 |
| HSL | 343.7º | 1% | 0.84% | - |
| HSV(B) | 343.7º | 0.32% | 1% | - |
| XYZ | 66.34 | 55.52 | 59.44 | - |
| YUV | 200.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 196 | 0 | 0.32 | 0.23 | 0 | 343.7 | 1 | 0.84 |
| Hex | FF | AE | C4 | 0 | 20 | 17 | 0 | 158 | 64 | 54 |
| Octal | 377 | 256 | 304 | 0 | 40 | 27 | 0 | 530 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11000100 | 0 | 100000 | 10111 | 0 | 101011000 | 1100100 | 1010100 |
Color Harmonies of #FFAEC4
Complementary color
Monochromatic Colors of #FFAEC4
Black with #FFAEC4
Text Example
Text Example
White with #FFAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEC4; }
p { color: rgb(255,174,196); }
H1.HeaderClassName
{
color: #FFAEC4;
}
.AnyTagClassName
{
color: #FFAEC4;
}
</style>
background-color css
<style>
a { background-color: #FFAEC4; }
a { background-color: rgb(255,174,196); }
div.DivClassName
{
background-color: #FFAEC4;
}
.BgClassName
{
background-color: #FFAEC4;
}
</style>
border-color css
<style>
span { border-color: #FFAEC4; }
span { border-color: rgb(255,174,196); }
td.TdClassName
{
border-color: #FFAEC4;
}
.TagClassName
{
border-color: #FFAEC4;
}
</style>