#FBA3A5

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

Shades of Wewak #FBA3A5

Tints of Wewak #FBA3A5

Color information

#FBA3A5 (or 0xFBA3A5) is unknown color: approx Wewak. HEX triplet: FB, A3 and A5. RGB value is (251,163,165). Sum of RGB (Red+Green+Blue) = 251+163+165=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA3A5 is #045C5A. Grayscale: #BDBDBD. Windows color (decimal): -285787 or 10855419. OLE color: 10855419.

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

Color convert

RGB251163165-
CMYK00.350.340.02
HSL358.64º91.67%81.18%-
HSV(B)358.64º35.06%98.43%-
XYZ59.6749.4241.99-
YUV189.54114.15171.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 165 (64.84% from 255) = 28.50%
R=43.35%
G=28.15%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116316500.350.340.02358.6491.6781.18
HexFBA3A50232221675c51
Octal373243245043422547134121
Binary11111011101000111010010101000111000101010110011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3A5; }

 p { color: rgb(251,163,165); }

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

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

 a { background-color: rgb(251,163,165); }

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

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

 span { border-color: rgb(251,163,165); }

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