#F8AFAC

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

Shades of Sundown #F8AFAC

Tints of Sundown #F8AFAC

Color information

#F8AFAC (or 0xF8AFAC) is unknown color: approx Sundown. HEX triplet: F8, AF and AC. RGB value is (248,175,172). Sum of RGB (Red+Green+Blue) = 248+175+172=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AFAC is #075053. Grayscale: #C4C4C4. Windows color (decimal): -479316 or 11317240. OLE color: 11317240.

HSL color Cylindrical-coordinate representation of color #F8AFAC: hue angle of 2.37º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AFAC is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248175172-
CMYK00.290.310.03
HSL2.37º84.44%82.35%-
HSV(B)2.37º30.65%97.25%-
XYZ61.4953.5946.13-
YUV196.48114.18164.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=41.68%
G=29.41%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817517200.290.310.032.3784.4482.35
HexF8AFAC01D1F325452
Octal3702572540353732124122
Binary11111000101011111010110001110111111111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFAC; }

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

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

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

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

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

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

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

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