#FBB5B0

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

Shades of Sundown #FBB5B0

Tints of Sundown #FBB5B0

Color information

#FBB5B0 (or 0xFBB5B0) is unknown color: approx Sundown. HEX triplet: FB, B5 and B0. RGB value is (251,181,176). Sum of RGB (Red+Green+Blue) = 251+181+176=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5B0 is #044A4F. Grayscale: #C9C9C9. Windows color (decimal): -281168 or 11580923. OLE color: 11580923.

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

Color convert

RGB251181176-
CMYK00.280.300.02
HSL90.36%83.73%-
HSV(B)29.88%98.43%-
XYZ64.1456.6948.64-
YUV201.36113.69163.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=41.28%
G=29.77%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118117600.280.300.02490.3683.73
HexFBB5B001C1E245a54
Octal3732652600343624132124
Binary111110111011010110110000011100111101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5B0; }

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

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

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

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

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

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

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

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