Shades of Cupid #FEACC3
Tints of Cupid #FEACC3
RGB
CMYK
RGB Variations
Color information
#FEACC3 (or 0xFEACC3) is known color: Cupid. HEX triplet: FE, AC and C3. RGB value is (254,172,195). Sum of RGB (Red+Green+Blue) = 254+172+195=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC3 is #01533C. Grayscale: #C7C7C7. Windows color (decimal): -86845 or 12823806. OLE color: 12823806.
HSL color Cylindrical-coordinate representation of color #FEACC3: hue angle of 343.17º 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 #FEACC3 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 195 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.00 |
| HSL | 343.17º | 0.98% | 0.84% | - |
| HSV(B) | 343.17º | 0.32% | 1% | - |
| XYZ | 65.48 | 54.52 | 58.7 | - |
| YUV | 199.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 195 | 0 | 0.32 | 0.23 | 0.00 | 343.17 | 0.98 | 0.84 |
| Hex | FE | AC | C3 | 0 | 20 | 17 | 0 | 157 | 62 | 54 |
| Octal | 376 | 254 | 303 | 0 | 40 | 27 | 0 | 527 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11000011 | 0 | 100000 | 10111 | 0 | 101010111 | 1100010 | 1010100 |
Color Harmonies of #FEACC3
Complementary color
Monochromatic Colors of #FEACC3
Black with #FEACC3
Text Example
Text Example
White with #FEACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACC3; }
p { color: rgb(254,172,195); }
H1.HeaderClassName
{
color: #FEACC3;
}
.AnyTagClassName
{
color: #FEACC3;
}
</style>
background-color css
<style>
a { background-color: #FEACC3; }
a { background-color: rgb(254,172,195); }
div.DivClassName
{
background-color: #FEACC3;
}
.BgClassName
{
background-color: #FEACC3;
}
</style>
border-color css
<style>
span { border-color: #FEACC3; }
span { border-color: rgb(254,172,195); }
td.TdClassName
{
border-color: #FEACC3;
}
.TagClassName
{
border-color: #FEACC3;
}
</style>