#FBAEAA

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

Shades of Sundown #FBAEAA

Tints of Sundown #FBAEAA

Color information

#FBAEAA (or 0xFBAEAA) is unknown color: approx Sundown. HEX triplet: FB, AE and AA. RGB value is (251,174,170). Sum of RGB (Red+Green+Blue) = 251+174+170=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAEAA is #045155. Grayscale: #C4C4C4. Windows color (decimal): -282966 or 11185915. OLE color: 11185915.

HSL color Cylindrical-coordinate representation of color #FBAEAA: hue angle of 2.96º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAEAA is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB251174170-
CMYK00.310.320.02
HSL2.96º91.01%82.55%-
HSV(B)2.96º32.27%98.43%-
XYZ62.1853.6845.12-
YUV196.57113.01166.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=42.18%
G=29.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117417000.310.320.022.9691.0182.55
HexFBAEAA01F20235b53
Octal3732562520374023133123
Binary111110111010111010101010011111100000101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEAA; }

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

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

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

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

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

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

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

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