#FBADAC

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

Shades of Sundown #FBADAC

Tints of Sundown #FBADAC

Color information

#FBADAC (or 0xFBADAC) is unknown color: approx Sundown. HEX triplet: FB, AD and AC. RGB value is (251,173,172). Sum of RGB (Red+Green+Blue) = 251+173+172=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBADAC is #045253. Grayscale: #C4C4C4. Windows color (decimal): -283220 or 11316731. OLE color: 11316731.

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

Color convert

RGB251173172-
CMYK00.310.310.02
HSL0.76º90.8%82.94%-
HSV(B)0.76º31.47%98.43%-
XYZ62.1753.3746.06-
YUV196.21114.34167.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=42.11%
G=29.03%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117317200.310.310.020.7690.882.94
HexFBADAC01F1F215b53
Octal3732552540373721133123
Binary1111101110101101101011000111111111110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADAC; }

 p { color: rgb(251,173,172); }

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

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

 a { background-color: rgb(251,173,172); }

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

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

 span { border-color: rgb(251,173,172); }

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