#FB9195

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

Shades of Wewak #FB9195

Tints of Wewak #FB9195

Color information

#FB9195 (or 0xFB9195) is unknown color: approx Wewak. HEX triplet: FB, 91 and 95. RGB value is (251,145,149). Sum of RGB (Red+Green+Blue) = 251+145+149=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9195 is #046E6A. Grayscale: #B1B1B1. Windows color (decimal): -290411 or 9802235. OLE color: 9802235.

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

Color convert

RGB251145149-
CMYK00.420.410.02
HSL357.74º92.98%77.65%-
HSV(B)357.74º42.23%98.43%-
XYZ55.3342.9333.8-
YUV177.15112.12180.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.06%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=46.06%
G=26.61%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114514900.420.410.02357.7492.9877.65
HexFB919502A2921665d4e
Octal373221225052512546135116
Binary11111011100100011001010101010101010011010110011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9195; }

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

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

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

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

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

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

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

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