#F0AFAC

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

Shades of Sundown #F0AFAC

Tints of Sundown #F0AFAC

Color information

#F0AFAC (or 0xF0AFAC) is unknown color: approx Sundown. HEX triplet: F0, AF and AC. RGB value is (240,175,172). Sum of RGB (Red+Green+Blue) = 240+175+172=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFAC is #0F5053. Grayscale: #C2C2C2. Windows color (decimal): -1003604 or 11317232. OLE color: 11317232.

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

Color convert

RGB240175172-
CMYK00.270.280.06
HSL2.65º69.39%80.78%-
HSV(B)2.65º28.33%94.12%-
XYZ58.7152.1646-
YUV194.09115.53160.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=40.89%
G=29.81%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017517200.270.280.062.6569.3980.78
HexF0AFAC01B1C634551
Octal3602572540333463105121
Binary111100001010111110101100011011111001101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFAC; }

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

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

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

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

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

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

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

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