#F8ACA1

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

Shades of Sundown #F8ACA1

Tints of Sundown #F8ACA1

Color information

#F8ACA1 (or 0xF8ACA1) is unknown color: approx Sundown. HEX triplet: F8, AC and A1. RGB value is (248,172,161). Sum of RGB (Red+Green+Blue) = 248+172+161=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACA1 is #07535E. Grayscale: #C1C1C1. Windows color (decimal): -480095 or 10595576. OLE color: 10595576.

HSL color Cylindrical-coordinate representation of color #F8ACA1: hue angle of 7.59º 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 #F8ACA1 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248172161-
CMYK00.310.350.03
HSL7.59º86.14%80.2%-
HSV(B)7.59º35.08%97.25%-
XYZ59.952.0340.61-
YUV193.47109.68166.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=42.69%
G=29.60%
B=27.71%

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
Decimal24817216100.310.350.037.5986.1480.2
HexF8ACA101F23385650
Octal37025424103743310126120
Binary11111000101011001010000101111110001111100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACA1; }

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

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

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

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

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

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

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

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