#FEAFAF

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

Shades of Sundown #FEAFAF

Tints of Sundown #FEAFAF

Color information

#FEAFAF (or 0xFEAFAF) is unknown color: approx Sundown. HEX triplet: FE, AF and AF. RGB value is (254,175,175). Sum of RGB (Red+Green+Blue) = 254+175+175=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFAF is #015050. Grayscale: #C6C6C6. Windows color (decimal): -86097 or 11513854. OLE color: 11513854.

HSL color Cylindrical-coordinate representation of color #FEAFAF: hue angle of 0º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFAF is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254175175-
CMYK00.310.310.00
HSL97.53%84.12%-
HSV(B)31.1%99.61%-
XYZ63.9454.8347.77-
YUV198.62114.67167.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=42.05%
G=28.97%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417517500.310.310.00097.5384.12
HexFEAFAF01F1F006254
Octal3762572570373700142124
Binary111111101010111110101111011111111110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFAF; }

 p { color: rgb(254,175,175); }

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

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

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

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

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

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

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