#FBB1A5

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

Shades of Sundown #FBB1A5

Tints of Sundown #FBB1A5

Color information

#FBB1A5 (or 0xFBB1A5) is unknown color: approx Sundown. HEX triplet: FB, B1 and A5. RGB value is (251,177,165). Sum of RGB (Red+Green+Blue) = 251+177+165=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB1A5 is #044E5A. Grayscale: #C5C5C5. Windows color (decimal): -282203 or 10859003. OLE color: 10859003.

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

Color convert

RGB251177165-
CMYK00.290.340.02
HSL8.37º91.49%81.57%-
HSV(B)8.37º34.26%98.43%-
XYZ62.354.6742.87-
YUV197.76109.52165.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 165 (64.84% from 255) = 27.82%
R=42.33%
G=29.85%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117716500.290.340.028.3791.4981.57
HexFBB1A501D22285b52
Octal37326124503542210133122
Binary11111011101100011010010101110110001010100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1A5; }

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

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

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

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

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

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

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

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