#FBACA4

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

Shades of Sundown #FBACA4

Tints of Sundown #FBACA4

Color information

#FBACA4 (or 0xFBACA4) is unknown color: approx Sundown. HEX triplet: FB, AC and A4. RGB value is (251,172,164). Sum of RGB (Red+Green+Blue) = 251+172+164=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBACA4 is #04535B. Grayscale: #C2C2C2. Windows color (decimal): -283484 or 10792187. OLE color: 10792187.

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

Color convert

RGB251172164-
CMYK00.310.350.02
HSL5.52º91.58%81.37%-
HSV(B)5.52º34.66%98.43%-
XYZ61.2452.6942.07-
YUV194.71110.67168.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=42.76%
G=29.30%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117216400.310.350.025.5291.5881.37
HexFBACA401F23265c51
Octal3732542440374326134121
Binary1111101110101100101001000111111000111011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACA4; }

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

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

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

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

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

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

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

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