#FB9FA1

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

Shades of Wewak #FB9FA1

Tints of Wewak #FB9FA1

Color information

#FB9FA1 (or 0xFB9FA1) is unknown color: approx Wewak. HEX triplet: FB, 9F and A1. RGB value is (251,159,161). Sum of RGB (Red+Green+Blue) = 251+159+161=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9FA1 is #04605E. Grayscale: #BABABA. Windows color (decimal): -286815 or 10592251. OLE color: 10592251.

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

Color convert

RGB251159161-
CMYK00.370.360.02
HSL358.7º92%80.39%-
HSV(B)358.7º36.65%98.43%-
XYZ58.6147.8839.87-
YUV186.74113.48173.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=43.96%
G=27.85%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115916100.370.360.02358.79280.39
HexFB9FA10252421675c50
Octal373237241045442547134120
Binary11111011100111111010000101001011001001010110011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9FA1; }

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

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

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

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

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

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

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

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