Shades of Cupid #FEAEC3
Tints of Cupid #FEAEC3
RGB
CMYK
RGB Variations
Color information
#FEAEC3 (or 0xFEAEC3) is known color: Cupid. HEX triplet: FE, AE and C3. RGB value is (254,174,195). Sum of RGB (Red+Green+Blue) = 254+174+195=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEC3 is #01513C. Grayscale: #C8C8C8. Windows color (decimal): -86333 or 12824318. OLE color: 12824318.
HSL color Cylindrical-coordinate representation of color #FEAEC3: hue angle of 344.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEC3 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 195 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.00 |
| HSL | 344.25º | 0.98% | 0.84% | - |
| HSV(B) | 344.25º | 0.31% | 1% | - |
| XYZ | 65.86 | 55.28 | 58.83 | - |
| YUV | 200.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 195 | 0 | 0.31 | 0.23 | 0.00 | 344.25 | 0.98 | 0.84 |
| Hex | FE | AE | C3 | 0 | 1F | 17 | 0 | 158 | 62 | 54 |
| Octal | 376 | 256 | 303 | 0 | 37 | 27 | 0 | 530 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11000011 | 0 | 11111 | 10111 | 0 | 101011000 | 1100010 | 1010100 |
Color Harmonies of #FEAEC3
Complementary color
Monochromatic Colors of #FEAEC3
Black with #FEAEC3
Text Example
Text Example
White with #FEAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEC3; }
p { color: rgb(254,174,195); }
H1.HeaderClassName
{
color: #FEAEC3;
}
.AnyTagClassName
{
color: #FEAEC3;
}
</style>
background-color css
<style>
a { background-color: #FEAEC3; }
a { background-color: rgb(254,174,195); }
div.DivClassName
{
background-color: #FEAEC3;
}
.BgClassName
{
background-color: #FEAEC3;
}
</style>
border-color css
<style>
span { border-color: #FEAEC3; }
span { border-color: rgb(254,174,195); }
td.TdClassName
{
border-color: #FEAEC3;
}
.TagClassName
{
border-color: #FEAEC3;
}
</style>