#F9ACA8

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

Shades of Sundown #F9ACA8

Tints of Sundown #F9ACA8

Color information

#F9ACA8 (or 0xF9ACA8) is unknown color: approx Sundown. HEX triplet: F9, AC and A8. RGB value is (249,172,168). Sum of RGB (Red+Green+Blue) = 249+172+168=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ACA8 is #065357. Grayscale: #C2C2C2. Windows color (decimal): -414552 or 11054329. OLE color: 11054329.

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

Color convert

RGB249172168-
CMYK00.310.330.02
HSL2.96º87.1%81.76%-
HSV(B)2.96º32.53%97.65%-
XYZ60.8952.4743.96-
YUV194.57113.01166.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 168 (66.02% from 255) = 28.52%
R=42.28%
G=29.20%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917216800.310.330.022.9687.181.76
HexF9ACA801F21235752
Octal3712542500374123127122
Binary111110011010110010101000011111100001101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACA8; }

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

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

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

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

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

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

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

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