#FB8D91

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

Shades of Wewak #FB8D91

Tints of Wewak #FB8D91

Color information

#FB8D91 (or 0xFB8D91) is unknown color: approx Wewak. HEX triplet: FB, 8D and 91. RGB value is (251,141,145). Sum of RGB (Red+Green+Blue) = 251+141+145=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D91 is #04726E. Grayscale: #AEAEAE. Windows color (decimal): -291439 or 9539067. OLE color: 9539067.

HSL color Cylindrical-coordinate representation of color #FB8D91: hue angle of 357.82º 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 #FB8D91 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB251141145-
CMYK00.440.420.02
HSL357.82º93.22%76.86%-
HSV(B)357.82º43.82%98.43%-
XYZ54.4241.631.95-
YUV174.35111.44182.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.74%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 145 (57.03% from 255) = 27.00%
R=46.74%
G=26.26%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114114500.440.420.02357.8293.2276.86
HexFB8D9102C2A21665d4d
Octal373215221054522546135115
Binary11111011100011011001000101011001010101010110011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8D91; }

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

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

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

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

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

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

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

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