Shades of Illusion #FC90B7
Tints of Illusion #FC90B7
RGB
CMYK
RGB Variations
Color information
#FC90B7 (or 0xFC90B7) is known color: Illusion. HEX triplet: FC, 90 and B7. RGB value is (252,144,183). Sum of RGB (Red+Green+Blue) = 252+144+183=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90B7 is #036F48. Grayscale: #B4B4B4. Windows color (decimal): -225097 or 12030204. OLE color: 12030204.
HSL color Cylindrical-coordinate representation of color #FC90B7: hue angle of 338.33º degrees, saturation: 0.95, 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 #FC90B7 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 144 | 183 | - |
CMYK | 0 | 0.43 | 0.27 | 0.01 |
HSL | 338.33º | 0.95% | 0.78% | - |
HSV(B) | 338.33º | 0.43% | 0.99% | - |
XYZ | 58.67 | 44.06 | 50.21 | - |
YUV | 180.74 | 129.28 | 178.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 144 | 183 | 0 | 0.43 | 0.27 | 0.01 | 338.33 | 0.95 | 0.78 |
Hex | FC | 90 | B7 | 0 | 2B | 1B | 1 | 152 | 5F | 4E |
Octal | 374 | 220 | 267 | 0 | 53 | 33 | 1 | 522 | 137 | 116 |
Binary | 11111100 | 10010000 | 10110111 | 0 | 101011 | 11011 | 1 | 101010010 | 1011111 | 1001110 |
Color Harmonies of #FC90B7
Complementary color
Monochromatic Colors of #FC90B7
Black with #FC90B7
Text Example
Text Example
White with #FC90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90B7; }
p { color: rgb(252,144,183); }
H1.HeaderClassName
{
color: #FC90B7;
}
.AnyTagClassName
{
color: #FC90B7;
}
</style>
background-color css
<style>
a { background-color: #FC90B7; }
a { background-color: rgb(252,144,183); }
div.DivClassName
{
background-color: #FC90B7;
}
.BgClassName
{
background-color: #FC90B7;
}
</style>
border-color css
<style>
span { border-color: #FC90B7; }
span { border-color: rgb(252,144,183); }
td.TdClassName
{
border-color: #FC90B7;
}
.TagClassName
{
border-color: #FC90B7;
}
</style>