Shades of Illusion #FDA2AC
Tints of Illusion #FDA2AC
RGB
CMYK
RGB Variations
Color information
#FDA2AC (or 0xFDA2AC) is known color: Illusion. HEX triplet: FD, A2 and AC. RGB value is (253,162,172). Sum of RGB (Red+Green+Blue) = 253+162+172=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA2AC is #025D53. Grayscale: #BEBEBE. Windows color (decimal): -154964 or 11313917. OLE color: 11313917.
HSL color Cylindrical-coordinate representation of color #FDA2AC: hue angle of 353.41º degrees, saturation: 0.96, 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 #FDA2AC is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 172 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.01 |
| HSL | 353.41º | 0.96% | 0.81% | - |
| HSV(B) | 353.41º | 0.36% | 0.99% | - |
| XYZ | 60.87 | 49.7 | 45.41 | - |
| YUV | 190.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 172 | 0 | 0.36 | 0.32 | 0.01 | 353.41 | 0.96 | 0.81 |
| Hex | FD | A2 | AC | 0 | 24 | 20 | 1 | 161 | 60 | 51 |
| Octal | 375 | 242 | 254 | 0 | 44 | 40 | 1 | 541 | 140 | 121 |
| Binary | 11111101 | 10100010 | 10101100 | 0 | 100100 | 100000 | 1 | 101100001 | 1100000 | 1010001 |
Color Harmonies of #FDA2AC
Complementary color
Monochromatic Colors of #FDA2AC
Black with #FDA2AC
Text Example
Text Example
White with #FDA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2AC; }
p { color: rgb(253,162,172); }
H1.HeaderClassName
{
color: #FDA2AC;
}
.AnyTagClassName
{
color: #FDA2AC;
}
</style>
background-color css
<style>
a { background-color: #FDA2AC; }
a { background-color: rgb(253,162,172); }
div.DivClassName
{
background-color: #FDA2AC;
}
.BgClassName
{
background-color: #FDA2AC;
}
</style>
border-color css
<style>
span { border-color: #FDA2AC; }
span { border-color: rgb(253,162,172); }
td.TdClassName
{
border-color: #FDA2AC;
}
.TagClassName
{
border-color: #FDA2AC;
}
</style>