#FAB4A8

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

Shades of Sundown #FAB4A8

Tints of Sundown #FAB4A8

Color information

#FAB4A8 (or 0xFAB4A8) is unknown color: approx Sundown. HEX triplet: FA, B4 and A8. RGB value is (250,180,168). Sum of RGB (Red+Green+Blue) = 250+180+168=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A8 is #054B57. Grayscale: #C7C7C7. Windows color (decimal): -346968 or 11056378. OLE color: 11056378.

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

Color convert

RGB250180168-
CMYK00.280.330.02
HSL8.78º89.13%81.96%-
HSV(B)8.78º32.8%98.04%-
XYZ62.8155.7944.5-
YUV199.56110.19163.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 168 (66.02% from 255) = 28.09%
R=41.81%
G=30.10%
B=28.09%

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
Decimal25018016800.280.330.028.7889.1381.96
HexFAB4A801C21295952
Octal37226425003441211131122
Binary11111010101101001010100001110010000110100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4A8; }

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

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

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

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

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

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

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

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