Shades of Illusion #FDA2AF
Tints of Illusion #FDA2AF
RGB
CMYK
RGB Variations
Color information
#FDA2AF (or 0xFDA2AF) is known color: Illusion. HEX triplet: FD, A2 and AF. RGB value is (253,162,175). Sum of RGB (Red+Green+Blue) = 253+162+175=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA2AF is #025D50. Grayscale: #BEBEBE. Windows color (decimal): -154961 or 11510525. OLE color: 11510525.
HSL color Cylindrical-coordinate representation of color #FDA2AF: hue angle of 351.43º 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 #FDA2AF is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 175 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.01 |
| HSL | 351.43º | 0.96% | 0.81% | - |
| HSV(B) | 351.43º | 0.36% | 0.99% | - |
| XYZ | 61.17 | 49.82 | 46.95 | - |
| YUV | 190.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 175 | 0 | 0.36 | 0.31 | 0.01 | 351.43 | 0.96 | 0.81 |
| Hex | FD | A2 | AF | 0 | 24 | 1F | 1 | 15F | 60 | 51 |
| Octal | 375 | 242 | 257 | 0 | 44 | 37 | 1 | 537 | 140 | 121 |
| Binary | 11111101 | 10100010 | 10101111 | 0 | 100100 | 11111 | 1 | 101011111 | 1100000 | 1010001 |
Color Harmonies of #FDA2AF
Complementary color
Monochromatic Colors of #FDA2AF
Black with #FDA2AF
Text Example
Text Example
White with #FDA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2AF; }
p { color: rgb(253,162,175); }
H1.HeaderClassName
{
color: #FDA2AF;
}
.AnyTagClassName
{
color: #FDA2AF;
}
</style>
background-color css
<style>
a { background-color: #FDA2AF; }
a { background-color: rgb(253,162,175); }
div.DivClassName
{
background-color: #FDA2AF;
}
.BgClassName
{
background-color: #FDA2AF;
}
</style>
border-color css
<style>
span { border-color: #FDA2AF; }
span { border-color: rgb(253,162,175); }
td.TdClassName
{
border-color: #FDA2AF;
}
.TagClassName
{
border-color: #FDA2AF;
}
</style>