#FBA1A4

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

Shades of Wewak #FBA1A4

Tints of Wewak #FBA1A4

Color information

#FBA1A4 (or 0xFBA1A4) is unknown color: approx Wewak. HEX triplet: FB, A1 and A4. RGB value is (251,161,164). Sum of RGB (Red+Green+Blue) = 251+161+164=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA1A4 is #045E5B. Grayscale: #BCBCBC. Windows color (decimal): -286300 or 10789371. OLE color: 10789371.

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

Color convert

RGB251161164-
CMYK00.360.350.02
HSL358º91.84%80.78%-
HSV(B)358º35.86%98.43%-
XYZ59.2348.6841.4-
YUV188.25114.32172.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=43.58%
G=27.95%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116116400.360.350.0235891.8480.78
HexFBA1A40242321665c51
Octal373241244044432546134121
Binary11111011101000011010010001001001000111010110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1A4; }

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

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

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

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

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

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

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

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