#FEAFAB

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

Shades of Sundown #FEAFAB

Tints of Sundown #FEAFAB

Color information

#FEAFAB (or 0xFEAFAB) is unknown color: approx Sundown. HEX triplet: FE, AF and AB. RGB value is (254,175,171). Sum of RGB (Red+Green+Blue) = 254+175+171=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFAB is #015054. Grayscale: #C6C6C6. Windows color (decimal): -86101 or 11251710. OLE color: 11251710.

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

Color convert

RGB254175171-
CMYK00.310.330.00
HSL2.89º97.65%83.33%-
HSV(B)2.89º32.68%99.61%-
XYZ63.5554.6745.73-
YUV198.16112.67167.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=42.33%
G=29.17%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417517100.310.330.002.8997.6583.33
HexFEAFAB01F21036253
Octal3762572530374103142123
Binary11111110101011111010101101111110000101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFAB; }

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

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

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

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

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

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

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

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