Shades of Illusion #FCA1AE
Tints of Illusion #FCA1AE
RGB
CMYK
RGB Variations
Color information
#FCA1AE (or 0xFCA1AE) is known color: Illusion. HEX triplet: FC, A1 and AE. RGB value is (252,161,174). Sum of RGB (Red+Green+Blue) = 252+161+174=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA1AE is #035E51. Grayscale: #BDBDBD. Windows color (decimal): -220754 or 11444732. OLE color: 11444732.
HSL color Cylindrical-coordinate representation of color #FCA1AE: hue angle of 351.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1AE is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 174 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.01 |
| HSL | 351.43º | 0.94% | 0.81% | - |
| HSV(B) | 351.43º | 0.36% | 0.99% | - |
| XYZ | 60.53 | 49.24 | 46.36 | - |
| YUV | 189.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 174 | 0 | 0.36 | 0.31 | 0.01 | 351.43 | 0.94 | 0.81 |
| Hex | FC | A1 | AE | 0 | 24 | 1F | 1 | 15F | 5E | 51 |
| Octal | 374 | 241 | 256 | 0 | 44 | 37 | 1 | 537 | 136 | 121 |
| Binary | 11111100 | 10100001 | 10101110 | 0 | 100100 | 11111 | 1 | 101011111 | 1011110 | 1010001 |
Color Harmonies of #FCA1AE
Complementary color
Monochromatic Colors of #FCA1AE
Black with #FCA1AE
Text Example
Text Example
White with #FCA1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1AE; }
p { color: rgb(252,161,174); }
H1.HeaderClassName
{
color: #FCA1AE;
}
.AnyTagClassName
{
color: #FCA1AE;
}
</style>
background-color css
<style>
a { background-color: #FCA1AE; }
a { background-color: rgb(252,161,174); }
div.DivClassName
{
background-color: #FCA1AE;
}
.BgClassName
{
background-color: #FCA1AE;
}
</style>
border-color css
<style>
span { border-color: #FCA1AE; }
span { border-color: rgb(252,161,174); }
td.TdClassName
{
border-color: #FCA1AE;
}
.TagClassName
{
border-color: #FCA1AE;
}
</style>