#FB93A2

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

Shades of Wewak #FB93A2

Tints of Wewak #FB93A2

Color information

#FB93A2 (or 0xFB93A2) is unknown color: approx Wewak. HEX triplet: FB, 93 and A2. RGB value is (251,147,162). Sum of RGB (Red+Green+Blue) = 251+147+162=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB93A2 is #046C5D. Grayscale: #B3B3B3. Windows color (decimal): -289886 or 10654715. OLE color: 10654715.

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

Color convert

RGB251147162-
CMYK00.410.350.02
HSL351.35º92.86%78.04%-
HSV(B)351.35º41.43%98.43%-
XYZ56.7443.9939.68-
YUV179.81117.96178.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=44.82%
G=26.25%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114716200.410.350.02351.3592.8678.04
HexFB93A202923215f5d4e
Octal373223242051432537135116
Binary11111011100100111010001001010011000111010101111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB93A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB93A2; }

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

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

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

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

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

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

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

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