#FBA2A8

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

Shades of Wewak #FBA2A8

Tints of Wewak #FBA2A8

Color information

#FBA2A8 (or 0xFBA2A8) is unknown color: approx Wewak. HEX triplet: FB, A2 and A8. RGB value is (251,162,168). Sum of RGB (Red+Green+Blue) = 251+162+168=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2A8 is #045D57. Grayscale: #BDBDBD. Windows color (decimal): -286040 or 11051771. OLE color: 11051771.

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

Color convert

RGB251162168-
CMYK00.350.330.02
HSL355.96º91.75%80.98%-
HSV(B)355.96º35.46%98.43%-
XYZ59.7749.1843.39-
YUV189.29115.99172.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 168 (66.02% from 255) = 28.92%
R=43.20%
G=27.88%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116216800.350.330.02355.9691.7580.98
HexFBA2A80232121645c51
Octal373242250043412544134121
Binary11111011101000101010100001000111000011010110010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2A8; }

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

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

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

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

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

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

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

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