#F8A8A8

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

Shades of Sundown #F8A8A8

Tints of Sundown #F8A8A8

Color information

#F8A8A8 (or 0xF8A8A8) is unknown color: approx Sundown. HEX triplet: F8, A8 and A8. RGB value is (248,168,168). Sum of RGB (Red+Green+Blue) = 248+168+168=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8A8 is #075757. Grayscale: #BFBFBF. Windows color (decimal): -481112 or 11053304. OLE color: 11053304.

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

Color convert

RGB248168168-
CMYK00.320.320.03
HSL85.11%81.57%-
HSV(B)32.26%97.25%-
XYZ59.7850.7943.7-
YUV191.92114.5168-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.47%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 168 (66.02% from 255) = 28.77%
R=42.47%
G=28.77%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816816800.320.320.03085.1181.57
HexF8A8A802020305552
Octal3702502500404030125122
Binary111110001010100010101000010000010000011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8A8; }

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

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

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

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

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

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

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

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