#FB8A99

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

Shades of Wewak #FB8A99

Tints of Wewak #FB8A99

Color information

#FB8A99 (or 0xFB8A99) is unknown color: approx Wewak. HEX triplet: FB, 8A and 99. RGB value is (251,138,153). Sum of RGB (Red+Green+Blue) = 251+138+153=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A99 is #047566. Grayscale: #ADADAD. Windows color (decimal): -292199 or 10062587. OLE color: 10062587.

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

Color convert

RGB251138153-
CMYK00.450.390.02
HSL352.04º93.39%76.27%-
HSV(B)352.04º45.02%98.43%-
XYZ54.6240.9935.17-
YUV173.5116.44183.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 153 (60.16% from 255) = 28.23%
R=46.31%
G=25.46%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113815300.450.390.02352.0493.3976.27
HexFB8A9902D2721605d4c
Octal373212231055472540135114
Binary11111011100010101001100101011011001111010110000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A99; }

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

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

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

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

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

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

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

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