Shades of Illusion #FD90B7
Tints of Illusion #FD90B7
RGB
CMYK
RGB Variations
Color information
#FD90B7 (or 0xFD90B7) is known color: Illusion. HEX triplet: FD, 90 and B7. RGB value is (253,144,183). Sum of RGB (Red+Green+Blue) = 253+144+183=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90B7 is #026F48. Grayscale: #B4B4B4. Windows color (decimal): -159561 or 12030205. OLE color: 12030205.
HSL color Cylindrical-coordinate representation of color #FD90B7: hue angle of 338.53º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90B7 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 144 | 183 | - |
CMYK | 0 | 0.43 | 0.28 | 0.01 |
HSL | 338.53º | 0.96% | 0.78% | - |
HSV(B) | 338.53º | 0.43% | 0.99% | - |
XYZ | 59.03 | 44.25 | 50.23 | - |
YUV | 181.04 | 129.11 | 179.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 144 | 183 | 0 | 0.43 | 0.28 | 0.01 | 338.53 | 0.96 | 0.78 |
Hex | FD | 90 | B7 | 0 | 2B | 1C | 1 | 153 | 60 | 4E |
Octal | 375 | 220 | 267 | 0 | 53 | 34 | 1 | 523 | 140 | 116 |
Binary | 11111101 | 10010000 | 10110111 | 0 | 101011 | 11100 | 1 | 101010011 | 1100000 | 1001110 |
Color Harmonies of #FD90B7
Complementary color
Monochromatic Colors of #FD90B7
Black with #FD90B7
Text Example
Text Example
White with #FD90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90B7; }
p { color: rgb(253,144,183); }
H1.HeaderClassName
{
color: #FD90B7;
}
.AnyTagClassName
{
color: #FD90B7;
}
</style>
background-color css
<style>
a { background-color: #FD90B7; }
a { background-color: rgb(253,144,183); }
div.DivClassName
{
background-color: #FD90B7;
}
.BgClassName
{
background-color: #FD90B7;
}
</style>
border-color css
<style>
span { border-color: #FD90B7; }
span { border-color: rgb(253,144,183); }
td.TdClassName
{
border-color: #FD90B7;
}
.TagClassName
{
border-color: #FD90B7;
}
</style>