Shades of Illusion #FDA0B8
Tints of Illusion #FDA0B8
RGB
CMYK
RGB Variations
Color information
#FDA0B8 (or 0xFDA0B8) is known color: Illusion. HEX triplet: FD, A0 and B8. RGB value is (253,160,184). Sum of RGB (Red+Green+Blue) = 253+160+184=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0B8 is #025F47. Grayscale: #BEBEBE. Windows color (decimal): -155464 or 12099837. OLE color: 12099837.
HSL color Cylindrical-coordinate representation of color #FDA0B8: hue angle of 344.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0B8 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 184 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.01 |
| HSL | 344.52º | 0.96% | 0.81% | - |
| HSV(B) | 344.52º | 0.37% | 0.99% | - |
| XYZ | 61.73 | 49.48 | 51.65 | - |
| YUV | 190.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 184 | 0 | 0.37 | 0.27 | 0.01 | 344.52 | 0.96 | 0.81 |
| Hex | FD | A0 | B8 | 0 | 25 | 1B | 1 | 159 | 60 | 51 |
| Octal | 375 | 240 | 270 | 0 | 45 | 33 | 1 | 531 | 140 | 121 |
| Binary | 11111101 | 10100000 | 10111000 | 0 | 100101 | 11011 | 1 | 101011001 | 1100000 | 1010001 |
Color Harmonies of #FDA0B8
Complementary color
Monochromatic Colors of #FDA0B8
Black with #FDA0B8
Text Example
Text Example
White with #FDA0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0B8; }
p { color: rgb(253,160,184); }
H1.HeaderClassName
{
color: #FDA0B8;
}
.AnyTagClassName
{
color: #FDA0B8;
}
</style>
background-color css
<style>
a { background-color: #FDA0B8; }
a { background-color: rgb(253,160,184); }
div.DivClassName
{
background-color: #FDA0B8;
}
.BgClassName
{
background-color: #FDA0B8;
}
</style>
border-color css
<style>
span { border-color: #FDA0B8; }
span { border-color: rgb(253,160,184); }
td.TdClassName
{
border-color: #FDA0B8;
}
.TagClassName
{
border-color: #FDA0B8;
}
</style>