#F9AFAC

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

Shades of Sundown #F9AFAC

Tints of Sundown #F9AFAC

Color information

#F9AFAC (or 0xF9AFAC) is unknown color: approx Sundown. HEX triplet: F9, AF and AC. RGB value is (249,175,172). Sum of RGB (Red+Green+Blue) = 249+175+172=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AFAC is #065053. Grayscale: #C4C4C4. Windows color (decimal): -413780 or 11317241. OLE color: 11317241.

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

Color convert

RGB249175172-
CMYK00.300.310.02
HSL2.34º86.52%82.55%-
HSV(B)2.34º30.92%97.65%-
XYZ61.8453.7846.15-
YUV196.78114.02165.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=41.78%
G=29.36%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917517200.300.310.022.3486.5282.55
HexF9AFAC01E1F225753
Octal3712572540363722127123
Binary11111001101011111010110001111011111101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFAC; }

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

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

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

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

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

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

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

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