#FBA7A5

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

Shades of Sundown #FBA7A5

Tints of Sundown #FBA7A5

Color information

#FBA7A5 (or 0xFBA7A5) is unknown color: approx Sundown. HEX triplet: FB, A7 and A5. RGB value is (251,167,165). Sum of RGB (Red+Green+Blue) = 251+167+165=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7A5 is #04585A. Grayscale: #BFBFBF. Windows color (decimal): -284763 or 10856443. OLE color: 10856443.

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

Color convert

RGB251167165-
CMYK00.330.340.02
HSL1.4º91.49%81.57%-
HSV(B)1.4º34.26%98.43%-
XYZ60.3950.8642.23-
YUV191.89112.83170.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 167 (65.62% from 255) = 28.64%
BLUE value IS 165 (64.84% from 255) = 28.30%
R=43.05%
G=28.64%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116716500.330.340.021.491.4981.57
HexFBA7A502122215b52
Octal3732472450414221133122
Binary111110111010011110100101010000110001010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA7A5; }

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

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

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

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

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

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

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

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