#FB9D9E

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

Shades of Wewak #FB9D9E

Tints of Wewak #FB9D9E

Color information

#FB9D9E (or 0xFB9D9E) is unknown color: approx Wewak. HEX triplet: FB, 9D and 9E. RGB value is (251,157,158). Sum of RGB (Red+Green+Blue) = 251+157+158=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9D9E is #046261. Grayscale: #B9B9B9. Windows color (decimal): -287330 or 10395131. OLE color: 10395131.

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

Color convert

RGB251157158-
CMYK00.370.370.02
HSL359.36º92.16%80%-
HSV(B)359.36º37.45%98.43%-
XYZ58.0147.0938.38-
YUV185.22112.64174.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 157 (61.72% from 255) = 27.74%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=44.35%
G=27.74%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115715800.370.370.02359.3692.1680
HexFB9D9E0252521675c50
Octal373235236045452547134120
Binary11111011100111011001111001001011001011010110011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9D9E; }

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

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

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

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

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

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

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

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