Shades of Cupid #FFAEC3
Tints of Cupid #FFAEC3
RGB
CMYK
RGB Variations
Color information
#FFAEC3 (or 0xFFAEC3) is known color: Cupid. HEX triplet: FF, AE and C3. RGB value is (255,174,195). Sum of RGB (Red+Green+Blue) = 255+174+195=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC3 is #00513C. Grayscale: #C8C8C8. Windows color (decimal): -20797 or 12824319. OLE color: 12824319.
HSL color Cylindrical-coordinate representation of color #FFAEC3: hue angle of 344.44º 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 #FFAEC3 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 174 | 195 | - |
CMYK | 0 | 0.32 | 0.24 | 0 |
HSL | 344.44º | 1% | 0.84% | - |
HSV(B) | 344.44º | 0.32% | 1% | - |
XYZ | 66.23 | 55.47 | 58.85 | - |
YUV | 200.61 | 124.84 | 166.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 174 | 195 | 0 | 0.32 | 0.24 | 0 | 344.44 | 1 | 0.84 |
Hex | FF | AE | C3 | 0 | 20 | 18 | 0 | 158 | 64 | 54 |
Octal | 377 | 256 | 303 | 0 | 40 | 30 | 0 | 530 | 144 | 124 |
Binary | 11111111 | 10101110 | 11000011 | 0 | 100000 | 11000 | 0 | 101011000 | 1100100 | 1010100 |
Color Harmonies of #FFAEC3
Complementary color
Monochromatic Colors of #FFAEC3
Black with #FFAEC3
Text Example
Text Example
White with #FFAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEC3; }
p { color: rgb(255,174,195); }
H1.HeaderClassName
{
color: #FFAEC3;
}
.AnyTagClassName
{
color: #FFAEC3;
}
</style>
background-color css
<style>
a { background-color: #FFAEC3; }
a { background-color: rgb(255,174,195); }
div.DivClassName
{
background-color: #FFAEC3;
}
.BgClassName
{
background-color: #FFAEC3;
}
</style>
border-color css
<style>
span { border-color: #FFAEC3; }
span { border-color: rgb(255,174,195); }
td.TdClassName
{
border-color: #FFAEC3;
}
.TagClassName
{
border-color: #FFAEC3;
}
</style>