#FBB2A5

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

Shades of Sundown #FBB2A5

Tints of Sundown #FBB2A5

Color information

#FBB2A5 (or 0xFBB2A5) is unknown color: approx Sundown. HEX triplet: FB, B2 and A5. RGB value is (251,178,165). Sum of RGB (Red+Green+Blue) = 251+178+165=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2A5 is #044D5A. Grayscale: #C6C6C6. Windows color (decimal): -281947 or 10859259. OLE color: 10859259.

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

Color convert

RGB251178165-
CMYK00.290.340.02
HSL9.07º91.49%81.57%-
HSV(B)9.07º34.26%98.43%-
XYZ62.555.0742.93-
YUV198.34109.18165.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 165 (64.84% from 255) = 27.78%
R=42.26%
G=29.97%
B=27.78%

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
Decimal25117816500.290.340.029.0791.4981.57
HexFBB2A501D22295b52
Octal37326224503542211133122
Binary11111011101100101010010101110110001010100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2A5; }

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

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

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

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

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

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

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

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