#FAB2A7

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

Shades of Sundown #FAB2A7

Tints of Sundown #FAB2A7

Color information

#FAB2A7 (or 0xFAB2A7) is unknown color: approx Sundown. HEX triplet: FA, B2 and A7. RGB value is (250,178,167). Sum of RGB (Red+Green+Blue) = 250+178+167=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2A7 is #054D58. Grayscale: #C6C6C6. Windows color (decimal): -347481 or 10990330. OLE color: 10990330.

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

Color convert

RGB250178167-
CMYK00.290.330.02
HSL7.95º89.25%81.76%-
HSV(B)7.95º33.2%98.04%-
XYZ62.3254.9543.88-
YUV198.27110.35164.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 178 (69.92% from 255) = 29.92%
BLUE value IS 167 (65.62% from 255) = 28.07%
R=42.02%
G=29.92%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017816700.290.330.027.9589.2581.76
HexFAB2A701D21285952
Octal37226224703541210131122
Binary11111010101100101010011101110110000110100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2A7; }

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

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

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

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

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

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

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

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