#FB90A0

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

Shades of Wewak #FB90A0

Tints of Wewak #FB90A0

Color information

#FB90A0 (or 0xFB90A0) is unknown color: approx Wewak. HEX triplet: FB, 90 and A0. RGB value is (251,144,160). Sum of RGB (Red+Green+Blue) = 251+144+160=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90A0 is #046F5F. Grayscale: #B1B1B1. Windows color (decimal): -290656 or 10522875. OLE color: 10522875.

HSL color Cylindrical-coordinate representation of color #FB90A0: hue angle of 351.03º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90A0 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251144160-
CMYK00.430.360.02
HSL351.03º93.04%77.45%-
HSV(B)351.03º42.63%98.43%-
XYZ56.142.9938.6-
YUV177.82117.95180.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.23%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=45.23%
G=25.95%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114416000.430.360.02351.0393.0477.45
HexFB90A002B24215f5d4d
Octal373220240053442537135115
Binary11111011100100001010000001010111001001010101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90A0; }

 p { color: rgb(251,144,160); }

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

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

 a { background-color: rgb(251,144,160); }

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

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

 span { border-color: rgb(251,144,160); }

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