Shades of Illusion #FDA5AC
Tints of Illusion #FDA5AC
RGB
CMYK
RGB Variations
Color information
#FDA5AC (or 0xFDA5AC) is known color: Illusion. HEX triplet: FD, A5 and AC. RGB value is (253,165,172). Sum of RGB (Red+Green+Blue) = 253+165+172=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5AC is #025A53. Grayscale: #C0C0C0. Windows color (decimal): -154196 or 11314685. OLE color: 11314685.
HSL color Cylindrical-coordinate representation of color #FDA5AC: hue angle of 355.23º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5AC is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 172 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.01 |
| HSL | 355.23º | 0.96% | 0.82% | - |
| HSV(B) | 355.23º | 0.35% | 0.99% | - |
| XYZ | 61.41 | 50.77 | 45.59 | - |
| YUV | 192.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 172 | 0 | 0.35 | 0.32 | 0.01 | 355.23 | 0.96 | 0.82 |
| Hex | FD | A5 | AC | 0 | 23 | 20 | 1 | 163 | 60 | 52 |
| Octal | 375 | 245 | 254 | 0 | 43 | 40 | 1 | 543 | 140 | 122 |
| Binary | 11111101 | 10100101 | 10101100 | 0 | 100011 | 100000 | 1 | 101100011 | 1100000 | 1010010 |
Color Harmonies of #FDA5AC
Complementary color
Monochromatic Colors of #FDA5AC
Black with #FDA5AC
Text Example
Text Example
White with #FDA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5AC; }
p { color: rgb(253,165,172); }
H1.HeaderClassName
{
color: #FDA5AC;
}
.AnyTagClassName
{
color: #FDA5AC;
}
</style>
background-color css
<style>
a { background-color: #FDA5AC; }
a { background-color: rgb(253,165,172); }
div.DivClassName
{
background-color: #FDA5AC;
}
.BgClassName
{
background-color: #FDA5AC;
}
</style>
border-color css
<style>
span { border-color: #FDA5AC; }
span { border-color: rgb(253,165,172); }
td.TdClassName
{
border-color: #FDA5AC;
}
.TagClassName
{
border-color: #FDA5AC;
}
</style>