Shades of Cupid #F4AEC5
Tints of Cupid #F4AEC5
RGB
CMYK
RGB Variations
Color information
#F4AEC5 (or 0xF4AEC5) is known color: Cupid. HEX triplet: F4, AE and C5. RGB value is (244,174,197). Sum of RGB (Red+Green+Blue) = 244+174+197=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEC5 is #0B513A. Grayscale: #C5C5C5. Windows color (decimal): -741691 or 12955380. OLE color: 12955380.
HSL color Cylindrical-coordinate representation of color #F4AEC5: hue angle of 340.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AEC5 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 174 | 197 | - |
CMYK | 0 | 0.29 | 0.19 | 0.04 |
HSL | 340.29º | 0.76% | 0.82% | - |
HSV(B) | 340.29º | 0.29% | 0.96% | - |
XYZ | 62.52 | 53.54 | 59.86 | - |
YUV | 197.55 | 127.69 | 161.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 174 | 197 | 0 | 0.29 | 0.19 | 0.04 | 340.29 | 0.76 | 0.82 |
Hex | F4 | AE | C5 | 0 | 1D | 13 | 4 | 154 | 4C | 52 |
Octal | 364 | 256 | 305 | 0 | 35 | 23 | 4 | 524 | 114 | 122 |
Binary | 11110100 | 10101110 | 11000101 | 0 | 11101 | 10011 | 100 | 101010100 | 1001100 | 1010010 |
Color Harmonies of #F4AEC5
Complementary color
Monochromatic Colors of #F4AEC5
Black with #F4AEC5
Text Example
Text Example
White with #F4AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AEC5; }
p { color: rgb(244,174,197); }
H1.HeaderClassName
{
color: #F4AEC5;
}
.AnyTagClassName
{
color: #F4AEC5;
}
</style>
background-color css
<style>
a { background-color: #F4AEC5; }
a { background-color: rgb(244,174,197); }
div.DivClassName
{
background-color: #F4AEC5;
}
.BgClassName
{
background-color: #F4AEC5;
}
</style>
border-color css
<style>
span { border-color: #F4AEC5; }
span { border-color: rgb(244,174,197); }
td.TdClassName
{
border-color: #F4AEC5;
}
.TagClassName
{
border-color: #F4AEC5;
}
</style>