Shades of Illusion #FDA3B2
Tints of Illusion #FDA3B2
RGB
CMYK
RGB Variations
Color information
#FDA3B2 (or 0xFDA3B2) is known color: Illusion. HEX triplet: FD, A3 and B2. RGB value is (253,163,178). Sum of RGB (Red+Green+Blue) = 253+163+178=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA3B2 is #025C4D. Grayscale: #BFBFBF. Windows color (decimal): -154702 or 11707389. OLE color: 11707389.
HSL color Cylindrical-coordinate representation of color #FDA3B2: hue angle of 350º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3B2 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 178 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.01 |
| HSL | 350º | 0.96% | 0.82% | - |
| HSV(B) | 350º | 0.36% | 0.99% | - |
| XYZ | 61.64 | 50.29 | 48.58 | - |
| YUV | 191.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 178 | 0 | 0.36 | 0.30 | 0.01 | 350 | 0.96 | 0.82 |
| Hex | FD | A3 | B2 | 0 | 24 | 1E | 1 | 15E | 60 | 52 |
| Octal | 375 | 243 | 262 | 0 | 44 | 36 | 1 | 536 | 140 | 122 |
| Binary | 11111101 | 10100011 | 10110010 | 0 | 100100 | 11110 | 1 | 101011110 | 1100000 | 1010010 |
Color Harmonies of #FDA3B2
Complementary color
Monochromatic Colors of #FDA3B2
Black with #FDA3B2
Text Example
Text Example
White with #FDA3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3B2; }
p { color: rgb(253,163,178); }
H1.HeaderClassName
{
color: #FDA3B2;
}
.AnyTagClassName
{
color: #FDA3B2;
}
</style>
background-color css
<style>
a { background-color: #FDA3B2; }
a { background-color: rgb(253,163,178); }
div.DivClassName
{
background-color: #FDA3B2;
}
.BgClassName
{
background-color: #FDA3B2;
}
</style>
border-color css
<style>
span { border-color: #FDA3B2; }
span { border-color: rgb(253,163,178); }
td.TdClassName
{
border-color: #FDA3B2;
}
.TagClassName
{
border-color: #FDA3B2;
}
</style>