Shades of Illusion #FDA1B8
Tints of Illusion #FDA1B8
RGB
CMYK
RGB Variations
Color information
#FDA1B8 (or 0xFDA1B8) is known color: Illusion. HEX triplet: FD, A1 and B8. RGB value is (253,161,184). Sum of RGB (Red+Green+Blue) = 253+161+184=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1B8 is #025E47. Grayscale: #BFBFBF. Windows color (decimal): -155208 or 12100093. OLE color: 12100093.
HSL color Cylindrical-coordinate representation of color #FDA1B8: hue angle of 345º 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 #FDA1B8 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 184 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.01 |
| HSL | 345º | 0.96% | 0.81% | - |
| HSV(B) | 345º | 0.36% | 0.99% | - |
| XYZ | 61.9 | 49.83 | 51.7 | - |
| YUV | 191.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 184 | 0 | 0.36 | 0.27 | 0.01 | 345 | 0.96 | 0.81 |
| Hex | FD | A1 | B8 | 0 | 24 | 1B | 1 | 159 | 60 | 51 |
| Octal | 375 | 241 | 270 | 0 | 44 | 33 | 1 | 531 | 140 | 121 |
| Binary | 11111101 | 10100001 | 10111000 | 0 | 100100 | 11011 | 1 | 101011001 | 1100000 | 1010001 |
Color Harmonies of #FDA1B8
Complementary color
Monochromatic Colors of #FDA1B8
Black with #FDA1B8
Text Example
Text Example
White with #FDA1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1B8; }
p { color: rgb(253,161,184); }
H1.HeaderClassName
{
color: #FDA1B8;
}
.AnyTagClassName
{
color: #FDA1B8;
}
</style>
background-color css
<style>
a { background-color: #FDA1B8; }
a { background-color: rgb(253,161,184); }
div.DivClassName
{
background-color: #FDA1B8;
}
.BgClassName
{
background-color: #FDA1B8;
}
</style>
border-color css
<style>
span { border-color: #FDA1B8; }
span { border-color: rgb(253,161,184); }
td.TdClassName
{
border-color: #FDA1B8;
}
.TagClassName
{
border-color: #FDA1B8;
}
</style>