#FBA6A8

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

Shades of Wewak #FBA6A8

Tints of Wewak #FBA6A8

Color information

#FBA6A8 (or 0xFBA6A8) is unknown color: approx Wewak. HEX triplet: FB, A6 and A8. RGB value is (251,166,168). Sum of RGB (Red+Green+Blue) = 251+166+168=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6A8 is #045957. Grayscale: #BFBFBF. Windows color (decimal): -285016 or 11052795. OLE color: 11052795.

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

Color convert

RGB251166168-
CMYK00.340.330.02
HSL358.59º91.4%81.76%-
HSV(B)358.59º33.86%98.43%-
XYZ60.4950.6143.63-
YUV191.64114.66170.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 166 (65.23% from 255) = 28.38%
BLUE value IS 168 (66.02% from 255) = 28.72%
R=42.91%
G=28.38%
B=28.72%

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
Decimal25116616800.340.330.02358.5991.481.76
HexFBA6A80222121675b52
Octal373246250042412547133122
Binary11111011101001101010100001000101000011010110011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6A8; }

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

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

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

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

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

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

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

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