#FBAEA6

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

Shades of Sundown #FBAEA6

Tints of Sundown #FBAEA6

Color information

#FBAEA6 (or 0xFBAEA6) is unknown color: approx Sundown. HEX triplet: FB, AE and A6. RGB value is (251,174,166). Sum of RGB (Red+Green+Blue) = 251+174+166=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEA6 is #045159. Grayscale: #C4C4C4. Windows color (decimal): -282970 or 10923771. OLE color: 10923771.

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

Color convert

RGB251174166-
CMYK00.310.340.02
HSL5.65º91.4%81.76%-
HSV(B)5.65º33.86%98.43%-
XYZ61.853.5343.15-
YUV196.11111.01167.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=42.47%
G=29.44%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117416600.310.340.025.6591.481.76
HexFBAEA601F22265b52
Octal3732562460374226133122
Binary1111101110101110101001100111111000101011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEA6; }

 p { color: rgb(251,174,166); }

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

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

 a { background-color: rgb(251,174,166); }

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

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

 span { border-color: rgb(251,174,166); }

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