#FB9198

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

Shades of Wewak #FB9198

Tints of Wewak #FB9198

Color information

#FB9198 (or 0xFB9198) is unknown color: approx Wewak. HEX triplet: FB, 91 and 98. RGB value is (251,145,152). Sum of RGB (Red+Green+Blue) = 251+145+152=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9198 is #046E67. Grayscale: #B1B1B1. Windows color (decimal): -290408 or 9998843. OLE color: 9998843.

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

Color convert

RGB251145152-
CMYK00.420.390.02
HSL356.04º92.98%77.65%-
HSV(B)356.04º42.23%98.43%-
XYZ55.5843.0335.08-
YUV177.49113.62180.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=45.80%
G=26.46%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114515200.420.390.02356.0492.9877.65
HexFB919802A2721645d4e
Octal373221230052472544135116
Binary11111011100100011001100001010101001111010110010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9198; }

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

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

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

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

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

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

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

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