#FBA1A5

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

Shades of Wewak #FBA1A5

Tints of Wewak #FBA1A5

Color information

#FBA1A5 (or 0xFBA1A5) is unknown color: approx Wewak. HEX triplet: FB, A1 and A5. RGB value is (251,161,165). Sum of RGB (Red+Green+Blue) = 251+161+165=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA1A5 is #045E5A. Grayscale: #BCBCBC. Windows color (decimal): -286299 or 10854907. OLE color: 10854907.

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

Color convert

RGB251161165-
CMYK00.360.340.02
HSL357.33º91.84%80.78%-
HSV(B)357.33º35.86%98.43%-
XYZ59.3248.7241.87-
YUV188.37114.82172.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 161 (63.28% from 255) = 27.90%
BLUE value IS 165 (64.84% from 255) = 28.60%
R=43.50%
G=27.90%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116116500.360.340.02357.3391.8480.78
HexFBA1A50242221655c51
Octal373241245044422545134121
Binary11111011101000011010010101001001000101010110010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1A5; }

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

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

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

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

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

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

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

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