Shades of Cupid #FEACC4
Tints of Cupid #FEACC4
RGB
CMYK
RGB Variations
Color information
#FEACC4 (or 0xFEACC4) is known color: Cupid. HEX triplet: FE, AC and C4. RGB value is (254,172,196). Sum of RGB (Red+Green+Blue) = 254+172+196=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC4 is #01533B. Grayscale: #C7C7C7. Windows color (decimal): -86844 or 12889342. OLE color: 12889342.
HSL color Cylindrical-coordinate representation of color #FEACC4: hue angle of 342.44º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACC4 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 196 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.00 |
| HSL | 342.44º | 0.98% | 0.84% | - |
| HSV(B) | 342.44º | 0.32% | 1% | - |
| XYZ | 65.59 | 54.56 | 59.3 | - |
| YUV | 199.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 196 | 0 | 0.32 | 0.23 | 0.00 | 342.44 | 0.98 | 0.84 |
| Hex | FE | AC | C4 | 0 | 20 | 17 | 0 | 156 | 62 | 54 |
| Octal | 376 | 254 | 304 | 0 | 40 | 27 | 0 | 526 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11000100 | 0 | 100000 | 10111 | 0 | 101010110 | 1100010 | 1010100 |
Color Harmonies of #FEACC4
Complementary color
Monochromatic Colors of #FEACC4
Black with #FEACC4
Text Example
Text Example
White with #FEACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACC4; }
p { color: rgb(254,172,196); }
H1.HeaderClassName
{
color: #FEACC4;
}
.AnyTagClassName
{
color: #FEACC4;
}
</style>
background-color css
<style>
a { background-color: #FEACC4; }
a { background-color: rgb(254,172,196); }
div.DivClassName
{
background-color: #FEACC4;
}
.BgClassName
{
background-color: #FEACC4;
}
</style>
border-color css
<style>
span { border-color: #FEACC4; }
span { border-color: rgb(254,172,196); }
td.TdClassName
{
border-color: #FEACC4;
}
.TagClassName
{
border-color: #FEACC4;
}
</style>