#FB999A

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

Shades of Wewak #FB999A

Tints of Wewak #FB999A

Color information

#FB999A (or 0xFB999A) is unknown color: approx Wewak. HEX triplet: FB, 99 and 9A. RGB value is (251,153,154). Sum of RGB (Red+Green+Blue) = 251+153+154=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB999A is #046665. Grayscale: #B6B6B6. Windows color (decimal): -288358 or 10131963. OLE color: 10131963.

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

Color convert

RGB251153154-
CMYK00.390.390.02
HSL359.39º92.45%79.22%-
HSV(B)359.39º39.04%98.43%-
XYZ57.0145.6236.37-
YUV182.42111.97176.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=44.98%
G=27.42%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115315400.390.390.02359.3992.4579.22
HexFB999A0272721675c4f
Octal373231232047472547134117
Binary11111011100110011001101001001111001111010110011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB999A; }

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

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

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

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

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

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

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

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