#FB8D90

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

Shades of Wewak #FB8D90

Tints of Wewak #FB8D90

Color information

#FB8D90 (or 0xFB8D90) is unknown color: approx Wewak. HEX triplet: FB, 8D and 90. RGB value is (251,141,144). Sum of RGB (Red+Green+Blue) = 251+141+144=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D90 is #04726F. Grayscale: #AEAEAE. Windows color (decimal): -291440 or 9473531. OLE color: 9473531.

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

Color convert

RGB251141144-
CMYK00.440.430.02
HSL358.36º93.22%76.86%-
HSV(B)358.36º43.82%98.43%-
XYZ54.3441.5731.55-
YUV174.23110.94182.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.83%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=46.83%
G=26.31%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114114400.440.430.02358.3693.2276.86
HexFB8D9002C2B21665d4d
Octal373215220054532546135115
Binary11111011100011011001000001011001010111010110011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8D90; }

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

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

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

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

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

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

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

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