#FBA8A8

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

Shades of Sundown #FBA8A8

Tints of Sundown #FBA8A8

Color information

#FBA8A8 (or 0xFBA8A8) is unknown color: approx Sundown. HEX triplet: FB, A8 and A8. RGB value is (251,168,168). Sum of RGB (Red+Green+Blue) = 251+168+168=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA8A8 is #045757. Grayscale: #C0C0C0. Windows color (decimal): -284504 or 11053307. OLE color: 11053307.

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

Color convert

RGB251168168-
CMYK00.330.330.02
HSL91.21%82.16%-
HSV(B)33.07%98.43%-
XYZ60.8551.3443.75-
YUV192.82114169.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 168 (66.02% from 255) = 28.62%
R=42.76%
G=28.62%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116816800.330.330.02091.2182.16
HexFBA8A802121205b52
Octal3732502500414120133122
Binary111110111010100010101000010000110000110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8A8; }

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

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

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

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

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

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

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

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