#f8a8a2

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

Shades of Sundown #F8A8A2

Tints of Sundown #F8A8A2

Color information

#F8A8A2 (or 0xF8A8A2) is unknown color: approx Sundown. HEX triplet: F8, A8 and A2. RGB value is (248,168,162). Sum of RGB (Red+Green+Blue) = 248+168+162=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8A2 is #07575D. Grayscale: #BFBFBF. Windows color (decimal): -481118 or 10660088. OLE color: 10660088.

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

Color convert

RGB248168162-
CMYK00.320.350.03
HSL4.19º86%80.39%-
HSV(B)4.19º34.68%97.25%-
XYZ59.2450.5740.82-
YUV191.24111.5168.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 162 (63.67% from 255) = 28.03%
R=42.91%
G=29.07%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816816200.320.350.034.198680.39
HexF8A8A202023345650
Octal3702502420404334126120
Binary11111000101010001010001001000001000111110010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8a8a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8a8a2; }

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

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

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

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

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

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

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

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