#FBB0A6

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

Shades of Sundown #FBB0A6

Tints of Sundown #FBB0A6

Color information

#FBB0A6 (or 0xFBB0A6) is unknown color: approx Sundown. HEX triplet: FB, B0 and A6. RGB value is (251,176,166). Sum of RGB (Red+Green+Blue) = 251+176+166=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A6 is #044F59. Grayscale: #C5C5C5. Windows color (decimal): -282458 or 10924283. OLE color: 10924283.

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

Color convert

RGB251176166-
CMYK00.300.340.02
HSL7.06º91.4%81.76%-
HSV(B)7.06º33.86%98.43%-
XYZ62.1954.3143.28-
YUV197.28110.35166.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 166 (65.23% from 255) = 27.99%
R=42.33%
G=29.68%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117616600.300.340.027.0691.481.76
HexFBB0A601E22275b52
Octal3732602460364227133122
Binary1111101110110000101001100111101000101011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0A6; }

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

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

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

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

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

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

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

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