#F9ACA2

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

Shades of Sundown #F9ACA2

Tints of Sundown #F9ACA2

Color information

#F9ACA2 (or 0xF9ACA2) is unknown color: approx Sundown. HEX triplet: F9, AC and A2. RGB value is (249,172,162). Sum of RGB (Red+Green+Blue) = 249+172+162=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ACA2 is #06535D. Grayscale: #C2C2C2. Windows color (decimal): -414558 or 10661113. OLE color: 10661113.

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

Color convert

RGB249172162-
CMYK00.310.350.02
HSL6.9º87.88%80.59%-
HSV(B)6.9º34.94%97.65%-
XYZ60.3452.2541.09-
YUV193.88110.01167.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 162 (63.67% from 255) = 27.79%
R=42.71%
G=29.50%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917216200.310.350.026.987.8880.59
HexF9ACA201F23275851
Octal3712542420374327130121
Binary1111100110101100101000100111111000111011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACA2; }

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

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

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

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

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

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

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

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