Shades of Illusion #FDA0B5
Tints of Illusion #FDA0B5
RGB
CMYK
RGB Variations
Color information
#FDA0B5 (or 0xFDA0B5) is known color: Illusion. HEX triplet: FD, A0 and B5. RGB value is (253,160,181). Sum of RGB (Red+Green+Blue) = 253+160+181=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0B5 is #025F4A. Grayscale: #BEBEBE. Windows color (decimal): -155467 or 11903229. OLE color: 11903229.
HSL color Cylindrical-coordinate representation of color #FDA0B5: hue angle of 346.45º 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 #FDA0B5 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 160 | 181 | - |
CMYK | 0 | 0.37 | 0.28 | 0.01 |
HSL | 346.45º | 0.96% | 0.81% | - |
HSV(B) | 346.45º | 0.37% | 0.99% | - |
XYZ | 61.42 | 49.36 | 50.01 | - |
YUV | 190.2 | 122.81 | 172.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 160 | 181 | 0 | 0.37 | 0.28 | 0.01 | 346.45 | 0.96 | 0.81 |
Hex | FD | A0 | B5 | 0 | 25 | 1C | 1 | 15A | 60 | 51 |
Octal | 375 | 240 | 265 | 0 | 45 | 34 | 1 | 532 | 140 | 121 |
Binary | 11111101 | 10100000 | 10110101 | 0 | 100101 | 11100 | 1 | 101011010 | 1100000 | 1010001 |
Color Harmonies of #FDA0B5
Complementary color
Monochromatic Colors of #FDA0B5
Black with #FDA0B5
Text Example
Text Example
White with #FDA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0B5; }
p { color: rgb(253,160,181); }
H1.HeaderClassName
{
color: #FDA0B5;
}
.AnyTagClassName
{
color: #FDA0B5;
}
</style>
background-color css
<style>
a { background-color: #FDA0B5; }
a { background-color: rgb(253,160,181); }
div.DivClassName
{
background-color: #FDA0B5;
}
.BgClassName
{
background-color: #FDA0B5;
}
</style>
border-color css
<style>
span { border-color: #FDA0B5; }
span { border-color: rgb(253,160,181); }
td.TdClassName
{
border-color: #FDA0B5;
}
.TagClassName
{
border-color: #FDA0B5;
}
</style>