#FB959D

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

Shades of Wewak #FB959D

Tints of Wewak #FB959D

Color information

#FB959D (or 0xFB959D) is unknown color: approx Wewak. HEX triplet: FB, 95 and 9D. RGB value is (251,149,157). Sum of RGB (Red+Green+Blue) = 251+149+157=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB959D is #046A62. Grayscale: #B4B4B4. Windows color (decimal): -289379 or 10327547. OLE color: 10327547.

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

Color convert

RGB251149157-
CMYK00.410.370.02
HSL355.29º92.73%78.43%-
HSV(B)355.29º40.64%98.43%-
XYZ56.6244.4437.49-
YUV180.41114.79178.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=45.06%
G=26.75%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114915700.410.370.02355.2992.7378.43
HexFB959D0292521635d4e
Octal373225235051452543135116
Binary11111011100101011001110101010011001011010110001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB959D; }

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

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

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

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

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

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

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

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