#FB9499

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

Shades of Wewak #FB9499

Tints of Wewak #FB9499

Color information

#FB9499 (or 0xFB9499) is unknown color: approx Wewak. HEX triplet: FB, 94 and 99. RGB value is (251,148,153). Sum of RGB (Red+Green+Blue) = 251+148+153=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9499 is #046B66. Grayscale: #B3B3B3. Windows color (decimal): -289639 or 10065147. OLE color: 10065147.

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

Color convert

RGB251148153-
CMYK00.410.390.02
HSL357.09º92.79%78.24%-
HSV(B)357.09º41.04%98.43%-
XYZ56.1243.9935.67-
YUV179.37113.12179.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=45.47%
G=26.81%
B=27.72%

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
Decimal25114815300.410.390.02357.0992.7978.24
HexFB94990292721655d4e
Octal373224231051472545135116
Binary11111011100101001001100101010011001111010110010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9499; }

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

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

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

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

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

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

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

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