#FBB0A8

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

Shades of Sundown #FBB0A8

Tints of Sundown #FBB0A8

Color information

#FBB0A8 (or 0xFBB0A8) is unknown color: approx Sundown. HEX triplet: FB, B0 and A8. RGB value is (251,176,168). Sum of RGB (Red+Green+Blue) = 251+176+168=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB0A8 is #044F57. Grayscale: #C5C5C5. Windows color (decimal): -282456 or 11055355. OLE color: 11055355.

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

Color convert

RGB251176168-
CMYK00.300.330.02
HSL5.78º91.21%82.16%-
HSV(B)5.78º33.07%98.43%-
XYZ62.3854.3944.26-
YUV197.51111.35166.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=42.18%
G=29.58%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117616800.300.330.025.7891.2182.16
HexFBB0A801E21265b52
Octal3732602500364126133122
Binary1111101110110000101010000111101000011011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0A8; }

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

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

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

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

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

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

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

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