#FBADAD

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

Shades of Sundown #FBADAD

Tints of Sundown #FBADAD

Color information

#FBADAD (or 0xFBADAD) is unknown color: approx Sundown. HEX triplet: FB, AD and AD. RGB value is (251,173,173). Sum of RGB (Red+Green+Blue) = 251+173+173=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBADAD is #045252. Grayscale: #C4C4C4. Windows color (decimal): -283219 or 11382267. OLE color: 11382267.

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

Color convert

RGB251173173-
CMYK00.310.310.02
HSL90.7%83.14%-
HSV(B)31.08%98.43%-
XYZ62.2753.4146.56-
YUV196.32114.84167-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=42.04%
G=28.98%
B=28.98%

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
Decimal25117317300.310.310.02090.783.14
HexFBADAD01F1F205b53
Octal3732552550373720133123
Binary1111101110101101101011010111111111110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADAD; }

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

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

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

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

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

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

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

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