#FEB2AF

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

Shades of Sundown #FEB2AF

Tints of Sundown #FEB2AF

Color information

#FEB2AF (or 0xFEB2AF) is unknown color: approx Sundown. HEX triplet: FE, B2 and AF. RGB value is (254,178,175). Sum of RGB (Red+Green+Blue) = 254+178+175=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2AF is #014D50. Grayscale: #C8C8C8. Windows color (decimal): -85329 or 11514622. OLE color: 11514622.

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

Color convert

RGB254178175-
CMYK00.300.310.00
HSL2.28º97.53%84.12%-
HSV(B)2.28º31.1%99.61%-
XYZ64.5356.0147.97-
YUV200.38113.68166.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=41.85%
G=29.32%
B=28.83%

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
Decimal25417817500.300.310.002.2897.5384.12
HexFEB2AF01E1F026254
Octal3762622570363702142124
Binary1111111010110010101011110111101111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2AF; }

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

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

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

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

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

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

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

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