Shades of Cupid #FCAEC1
Tints of Cupid #FCAEC1
RGB
CMYK
RGB Variations
Color information
#FCAEC1 (or 0xFCAEC1) is known color: Cupid. HEX triplet: FC, AE and C1. RGB value is (252,174,193). Sum of RGB (Red+Green+Blue) = 252+174+193=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC1 is #03513E. Grayscale: #C7C7C7. Windows color (decimal): -217407 or 12693244. OLE color: 12693244.
HSL color Cylindrical-coordinate representation of color #FCAEC1: hue angle of 345.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAEC1 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 193 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.01 |
| HSL | 345.38º | 0.93% | 0.84% | - |
| HSV(B) | 345.38º | 0.31% | 0.99% | - |
| XYZ | 64.91 | 54.82 | 57.61 | - |
| YUV | 199.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 193 | 0 | 0.31 | 0.23 | 0.01 | 345.38 | 0.93 | 0.84 |
| Hex | FC | AE | C1 | 0 | 1F | 17 | 1 | 159 | 5D | 54 |
| Octal | 374 | 256 | 301 | 0 | 37 | 27 | 1 | 531 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11000001 | 0 | 11111 | 10111 | 1 | 101011001 | 1011101 | 1010100 |
Color Harmonies of #FCAEC1
Complementary color
Monochromatic Colors of #FCAEC1
Black with #FCAEC1
Text Example
Text Example
White with #FCAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEC1; }
p { color: rgb(252,174,193); }
H1.HeaderClassName
{
color: #FCAEC1;
}
.AnyTagClassName
{
color: #FCAEC1;
}
</style>
background-color css
<style>
a { background-color: #FCAEC1; }
a { background-color: rgb(252,174,193); }
div.DivClassName
{
background-color: #FCAEC1;
}
.BgClassName
{
background-color: #FCAEC1;
}
</style>
border-color css
<style>
span { border-color: #FCAEC1; }
span { border-color: rgb(252,174,193); }
td.TdClassName
{
border-color: #FCAEC1;
}
.TagClassName
{
border-color: #FCAEC1;
}
</style>