#F0ACA3

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

Shades of Sundown #F0ACA3

Tints of Sundown #F0ACA3

Color information

#F0ACA3 (or 0xF0ACA3) is unknown color: approx Sundown. HEX triplet: F0, AC and A3. RGB value is (240,172,163). Sum of RGB (Red+Green+Blue) = 240+172+163=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACA3 is #0F535C. Grayscale: #BFBFBF. Windows color (decimal): -1004381 or 10726640. OLE color: 10726640.

HSL color Cylindrical-coordinate representation of color #F0ACA3: hue angle of 7.01º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0ACA3 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240172163-
CMYK00.280.320.06
HSL7.01º71.96%79.02%-
HSV(B)7.01º32.08%94.12%-
XYZ57.350.6741.41-
YUV191.31112.03162.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 163 (64.06% from 255) = 28.35%
R=41.74%
G=29.91%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017216300.280.320.067.0171.9679.02
HexF0ACA301C2067484f
Octal3602542430344067110117
Binary11110000101011001010001101110010000011011110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACA3; }

 p { color: rgb(240,172,163); }

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

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

 a { background-color: rgb(240,172,163); }

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

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

 span { border-color: rgb(240,172,163); }

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