#FEB4AF

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

Shades of Sundown #FEB4AF

Tints of Sundown #FEB4AF

Color information

#FEB4AF (or 0xFEB4AF) is unknown color: approx Sundown. HEX triplet: FE, B4 and AF. RGB value is (254,180,175). Sum of RGB (Red+Green+Blue) = 254+180+175=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4AF is #014B50. Grayscale: #C9C9C9. Windows color (decimal): -84817 or 11515134. OLE color: 11515134.

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

Color convert

RGB254180175-
CMYK00.290.310.00
HSL3.8º97.53%84.12%-
HSV(B)3.8º31.1%99.61%-
XYZ64.9356.8148.1-
YUV201.56113.02165.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 180 (70.70% from 255) = 29.56%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=41.71%
G=29.56%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418017500.290.310.003.897.5384.12
HexFEB4AF01D1F046254
Octal3762642570353704142124
Binary11111110101101001010111101110111111010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4AF; }

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

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

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

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

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

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

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

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