#FEB0AF

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

Shades of Sundown #FEB0AF

Tints of Sundown #FEB0AF

Color information

#FEB0AF (or 0xFEB0AF) is unknown color: approx Sundown. HEX triplet: FE, B0 and AF. RGB value is (254,176,175). Sum of RGB (Red+Green+Blue) = 254+176+175=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AF is #014F50. Grayscale: #C7C7C7. Windows color (decimal): -85841 or 11514110. OLE color: 11514110.

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

Color convert

RGB254176175-
CMYK00.310.310.00
HSL0.76º97.53%84.12%-
HSV(B)0.76º31.1%99.61%-
XYZ64.1455.2247.83-
YUV199.21114.34167.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=41.98%
G=29.09%
B=28.93%

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
Decimal25417617500.310.310.000.7697.5384.12
HexFEB0AF01F1F016254
Octal3762602570373701142124
Binary111111101011000010101111011111111110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0AF; }

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

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

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

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

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

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

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

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