#FBB1AA

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

Shades of Sundown #FBB1AA

Tints of Sundown #FBB1AA

Color information

#FBB1AA (or 0xFBB1AA) is unknown color: approx Sundown. HEX triplet: FB, B1 and AA. RGB value is (251,177,170). Sum of RGB (Red+Green+Blue) = 251+177+170=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB1AA is #044E55. Grayscale: #C6C6C6. Windows color (decimal): -282198 or 11186683. OLE color: 11186683.

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

Color convert

RGB251177170-
CMYK00.290.320.02
HSL5.19º91.01%82.55%-
HSV(B)5.19º32.27%98.43%-
XYZ62.7654.8645.31-
YUV198.33112.02165.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=41.97%
G=29.60%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117717000.290.320.025.1991.0182.55
HexFBB1AA01D20255b53
Octal3732612520354025133123
Binary1111101110110001101010100111011000001010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1AA; }

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

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

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

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

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

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

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

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