#FB959A

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

Shades of Wewak #FB959A

Tints of Wewak #FB959A

Color information

#FB959A (or 0xFB959A) is unknown color: approx Wewak. HEX triplet: FB, 95 and 9A. RGB value is (251,149,154). Sum of RGB (Red+Green+Blue) = 251+149+154=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB959A is #046A65. Grayscale: #B4B4B4. Windows color (decimal): -289382 or 10130939. OLE color: 10130939.

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

Color convert

RGB251149154-
CMYK00.410.390.02
HSL357.06º92.73%78.43%-
HSV(B)357.06º40.64%98.43%-
XYZ56.3644.3436.16-
YUV180.07113.29178.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=45.31%
G=26.90%
B=27.80%

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
Decimal25114915400.410.390.02357.0692.7378.43
HexFB959A0292721655d4e
Octal373225232051472545135116
Binary11111011100101011001101001010011001111010110010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB959A; }

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

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

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

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

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

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

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

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