#F8ACA2

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

Shades of Sundown #F8ACA2

Tints of Sundown #F8ACA2

Color information

#F8ACA2 (or 0xF8ACA2) is unknown color: approx Sundown. HEX triplet: F8, AC and A2. RGB value is (248,172,162). Sum of RGB (Red+Green+Blue) = 248+172+162=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACA2 is #07535D. Grayscale: #C1C1C1. Windows color (decimal): -480094 or 10661112. OLE color: 10661112.

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

Color convert

RGB248172162-
CMYK00.310.350.03
HSL6.98º86%80.39%-
HSV(B)6.98º34.68%97.25%-
XYZ59.9952.0741.07-
YUV193.58110.18166.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 162 (63.67% from 255) = 27.84%
R=42.61%
G=29.55%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817216200.310.350.036.988680.39
HexF8ACA201F23375650
Octal3702542420374337126120
Binary1111100010101100101000100111111000111111110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACA2; }

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

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

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

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

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

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

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

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