#FBB3B1

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

Shades of Sundown #FBB3B1

Tints of Sundown #FBB3B1

Color information

#FBB3B1 (or 0xFBB3B1) is unknown color: approx Sundown. HEX triplet: FB, B3 and B1. RGB value is (251,179,177). Sum of RGB (Red+Green+Blue) = 251+179+177=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB3B1 is #044C4E. Grayscale: #C8C8C8. Windows color (decimal): -281679 or 11645947. OLE color: 11645947.

HSL color Cylindrical-coordinate representation of color #FBB3B1: hue angle of 1.62º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3B1 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251179177-
CMYK00.290.290.02
HSL1.62º90.24%83.92%-
HSV(B)1.62º29.48%98.43%-
XYZ63.8455.9249.02-
YUV200.3114.85164.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=41.35%
G=29.49%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117917700.290.290.021.6290.2483.92
HexFBB3B101D1D225a54
Octal3732632610353522132124
Binary11111011101100111011000101110111101101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3B1; }

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

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

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

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

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

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

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

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