#F8AFAD

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

Shades of Sundown #F8AFAD

Tints of Sundown #F8AFAD

Color information

#F8AFAD (or 0xF8AFAD) is unknown color: approx Sundown. HEX triplet: F8, AF and AD. RGB value is (248,175,173). Sum of RGB (Red+Green+Blue) = 248+175+173=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AFAD is #075052. Grayscale: #C4C4C4. Windows color (decimal): -479315 or 11382776. OLE color: 11382776.

HSL color Cylindrical-coordinate representation of color #F8AFAD: hue angle of 1.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AFAD is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248175173-
CMYK00.290.300.03
HSL1.6º84.27%82.55%-
HSV(B)1.6º30.24%97.25%-
XYZ61.5853.6346.64-
YUV196.6114.68164.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=41.61%
G=29.36%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817517300.290.300.031.684.2782.55
HexF8AFAD01D1E325453
Octal3702572550353632124123
Binary11111000101011111010110101110111110111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFAD; }

 p { color: rgb(248,175,173); }

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

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

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

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

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

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

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