#FD90B5

Color #FD90B5 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #FD90B5

Tints of Illusion #FD90B5

Color information

#FD90B5 (or 0xFD90B5) is unknown color: approx Illusion. HEX triplet: FD, 90 and B5. RGB value is (253,144,181). Sum of RGB (Red+Green+Blue) = 253+144+181=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90B5 is #026F4A. Grayscale: #B4B4B4. Windows color (decimal): -159563 or 11899133. OLE color: 11899133.

HSL color Cylindrical-coordinate representation of color #FD90B5: hue angle of 339.63º 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 #FD90B5 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253144181-
CMYK00.430.280.01
HSL339.63º96.46%77.84%-
HSV(B)339.63º43.08%99.22%-
XYZ58.8244.1749.14-
YUV180.81128.11179.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=43.77%
G=24.91%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314418100.430.280.01339.6396.4677.84
HexFD90B502B1C1154604e
Octal375220265053341524140116
Binary111111011001000010110101010101111100110101010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90B5; }

 p { color: rgb(253,144,181); }

 H1.HeaderClassName
 {
   color: #FD90B5;
 }
 .AnyTagClassName
 {
   color: #FD90B5;
 }
</style>
background-color css

<style>
 a { background-color: #FD90B5; }

 a { background-color: rgb(253,144,181); }

 div.DivClassName
 {
   background-color: #FD90B5;
 }
 .BgClassName
 {
   background-color: #FD90B5;
 }
</style>
border-color css

<style>
 span { border-color: #FD90B5; }

 span { border-color: rgb(253,144,181); }

 td.TdClassName
 {
   border-color: #FD90B5;
 }
 .TagClassName
 {
   border-color: #FD90B5;
 }
</style>