#FB9A9F

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

Shades of Wewak #FB9A9F

Tints of Wewak #FB9A9F

Color information

#FB9A9F (or 0xFB9A9F) is unknown color: approx Wewak. HEX triplet: FB, 9A and 9F. RGB value is (251,154,159). Sum of RGB (Red+Green+Blue) = 251+154+159=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9A9F is #046560. Grayscale: #B7B7B7. Windows color (decimal): -288097 or 10459899. OLE color: 10459899.

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

Color convert

RGB251154159-
CMYK00.390.370.02
HSL356.91º92.38%79.41%-
HSV(B)356.91º38.65%98.43%-
XYZ57.646.1238.67-
YUV183.57114.14176.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 159 (62.5% from 255) = 28.19%
R=44.50%
G=27.30%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115415900.390.370.02356.9192.3879.41
HexFB9A9F0272521655c4f
Octal373232237047452545134117
Binary11111011100110101001111101001111001011010110010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9A9F; }

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

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

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

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

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

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

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

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