#F8ACA5

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

Shades of Sundown #F8ACA5

Tints of Sundown #F8ACA5

Color information

#F8ACA5 (or 0xF8ACA5) is unknown color: approx Sundown. HEX triplet: F8, AC and A5. RGB value is (248,172,165). Sum of RGB (Red+Green+Blue) = 248+172+165=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACA5 is #07535A. Grayscale: #C2C2C2. Windows color (decimal): -480091 or 10857720. OLE color: 10857720.

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

Color convert

RGB248172165-
CMYK00.310.330.03
HSL5.06º85.57%80.98%-
HSV(B)5.06º33.47%97.25%-
XYZ60.2652.1842.49-
YUV193.93111.68166.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=42.39%
G=29.40%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817216500.310.330.035.0685.5780.98
HexF8ACA501F21355651
Octal3702542450374135126121
Binary1111100010101100101001010111111000011110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACA5; }

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

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

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

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

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

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

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

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