#FBA5A8

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

Shades of Wewak #FBA5A8

Tints of Wewak #FBA5A8

Color information

#FBA5A8 (or 0xFBA5A8) is unknown color: approx Wewak. HEX triplet: FB, A5 and A8. RGB value is (251,165,168). Sum of RGB (Red+Green+Blue) = 251+165+168=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5A8 is #045A57. Grayscale: #BFBFBF. Windows color (decimal): -285272 or 11052539. OLE color: 11052539.

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

Color convert

RGB251165168-
CMYK00.340.330.02
HSL357.91º91.49%81.57%-
HSV(B)357.91º34.26%98.43%-
XYZ60.3150.2543.57-
YUV191.06114.99170.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 165 (64.84% from 255) = 28.25%
BLUE value IS 168 (66.02% from 255) = 28.77%
R=42.98%
G=28.25%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116516800.340.330.02357.9191.4981.57
HexFBA5A80222121665b52
Octal373245250042412546133122
Binary11111011101001011010100001000101000011010110011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5A8; }

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

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

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

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

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

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

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

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