#FBA5A6

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

Shades of Wewak #FBA5A6

Tints of Wewak #FBA5A6

Color information

#FBA5A6 (or 0xFBA5A6) is unknown color: approx Wewak. HEX triplet: FB, A5 and A6. RGB value is (251,165,166). Sum of RGB (Red+Green+Blue) = 251+165+166=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5A6 is #045A59. Grayscale: #BEBEBE. Windows color (decimal): -285274 or 10921467. OLE color: 10921467.

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

Color convert

RGB251165166-
CMYK00.340.340.02
HSL359.3º91.49%81.57%-
HSV(B)359.3º34.26%98.43%-
XYZ60.1250.1742.59-
YUV190.83113.99170.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 165 (64.84% from 255) = 28.35%
BLUE value IS 166 (65.23% from 255) = 28.52%
R=43.13%
G=28.35%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116516600.340.340.02359.391.4981.57
HexFBA5A60222221675b52
Octal373245246042422547133122
Binary11111011101001011010011001000101000101010110011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5A6; }

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

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

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

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

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

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

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

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