#FBA5A3

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

Shades of Sundown #FBA5A3

Tints of Sundown #FBA5A3

Color information

#FBA5A3 (or 0xFBA5A3) is unknown color: approx Sundown. HEX triplet: FB, A5 and A3. RGB value is (251,165,163). Sum of RGB (Red+Green+Blue) = 251+165+163=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5A3 is #045A5C. Grayscale: #BEBEBE. Windows color (decimal): -285277 or 10724859. OLE color: 10724859.

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

Color convert

RGB251165163-
CMYK00.340.350.02
HSL1.36º91.67%81.18%-
HSV(B)1.36º35.06%98.43%-
XYZ59.8550.0641.16-
YUV190.49112.49171.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 163 (64.06% from 255) = 28.15%
R=43.35%
G=28.50%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116516300.340.350.021.3691.6781.18
HexFBA5A302223215c51
Octal3732452430424321134121
Binary111110111010010110100011010001010001110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5A3; }

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

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

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

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

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

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

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

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