#FB9498

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

Shades of Wewak #FB9498

Tints of Wewak #FB9498

Color information

#FB9498 (or 0xFB9498) is unknown color: approx Wewak. HEX triplet: FB, 94 and 98. RGB value is (251,148,152). Sum of RGB (Red+Green+Blue) = 251+148+152=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9498 is #046B67. Grayscale: #B3B3B3. Windows color (decimal): -289640 or 9999611. OLE color: 9999611.

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

Color convert

RGB251148152-
CMYK00.410.390.02
HSL357.67º92.79%78.24%-
HSV(B)357.67º41.04%98.43%-
XYZ56.0443.9635.24-
YUV179.25112.62179.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=45.55%
G=26.86%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114815200.410.390.02357.6792.7978.24
HexFB94980292721665d4e
Octal373224230051472546135116
Binary11111011100101001001100001010011001111010110011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9498; }

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

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

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

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

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

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

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

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