#FEB1AF

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

Shades of Sundown #FEB1AF

Tints of Sundown #FEB1AF

Color information

#FEB1AF (or 0xFEB1AF) is unknown color: approx Sundown. HEX triplet: FE, B1 and AF. RGB value is (254,177,175). Sum of RGB (Red+Green+Blue) = 254+177+175=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB1AF is #014E50. Grayscale: #C7C7C7. Windows color (decimal): -85585 or 11514366. OLE color: 11514366.

HSL color Cylindrical-coordinate representation of color #FEB1AF: hue angle of 1.52º 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 #FEB1AF is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254177175-
CMYK00.300.310.00
HSL1.52º97.53%84.12%-
HSV(B)1.52º31.1%99.61%-
XYZ64.3355.6147.9-
YUV199.8114.01166.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 177 (69.53% from 255) = 29.21%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=41.91%
G=29.21%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417717500.300.310.001.5297.5384.12
HexFEB1AF01E1F026254
Octal3762612570363702142124
Binary1111111010110001101011110111101111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1AF; }

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

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

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

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

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

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

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

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