#FB9FA2

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

Shades of Wewak #FB9FA2

Tints of Wewak #FB9FA2

Color information

#FB9FA2 (or 0xFB9FA2) is unknown color: approx Wewak. HEX triplet: FB, 9F and A2. RGB value is (251,159,162). Sum of RGB (Red+Green+Blue) = 251+159+162=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9FA2 is #04605D. Grayscale: #BABABA. Windows color (decimal): -286814 or 10657787. OLE color: 10657787.

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

Color convert

RGB251159162-
CMYK00.370.350.02
HSL358.04º92%80.39%-
HSV(B)358.04º36.65%98.43%-
XYZ58.747.9140.34-
YUV186.85113.98173.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 162 (63.67% from 255) = 28.32%
R=43.88%
G=27.80%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115916200.370.350.02358.049280.39
HexFB9FA20252321665c50
Octal373237242045432546134120
Binary11111011100111111010001001001011000111010110011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9FA2; }

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

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

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

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

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

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

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

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