#FAB4A7

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

Shades of Sundown #FAB4A7

Tints of Sundown #FAB4A7

Color information

#FAB4A7 (or 0xFAB4A7) is unknown color: approx Sundown. HEX triplet: FA, B4 and A7. RGB value is (250,180,167). Sum of RGB (Red+Green+Blue) = 250+180+167=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A7 is #054B58. Grayscale: #C7C7C7. Windows color (decimal): -346969 or 10990842. OLE color: 10990842.

HSL color Cylindrical-coordinate representation of color #FAB4A7: hue angle of 9.4º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAB4A7 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB250180167-
CMYK00.280.330.02
HSL9.4º89.25%81.76%-
HSV(B)9.4º33.2%98.04%-
XYZ62.7255.7644.02-
YUV199.45109.69164.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 180 (70.70% from 255) = 30.15%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=41.88%
G=30.15%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018016700.280.330.029.489.2581.76
HexFAB4A701C21295952
Octal37226424703441211131122
Binary11111010101101001010011101110010000110100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4A7; }

 p { color: rgb(250,180,167); }

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

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

 a { background-color: rgb(250,180,167); }

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

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

 span { border-color: rgb(250,180,167); }

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