#FEB3AF

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

Shades of Sundown #FEB3AF

Tints of Sundown #FEB3AF

Color information

#FEB3AF (or 0xFEB3AF) is unknown color: approx Sundown. HEX triplet: FE, B3 and AF. RGB value is (254,179,175). Sum of RGB (Red+Green+Blue) = 254+179+175=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3AF is #014C50. Grayscale: #C9C9C9. Windows color (decimal): -85073 or 11514878. OLE color: 11514878.

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

Color convert

RGB254179175-
CMYK00.300.310.00
HSL3.04º97.53%84.12%-
HSV(B)3.04º31.1%99.61%-
XYZ64.7356.4148.03-
YUV200.97113.35165.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=41.78%
G=29.44%
B=28.78%

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
Decimal25417917500.300.310.003.0497.5384.12
HexFEB3AF01E1F036254
Octal3762632570363703142124
Binary1111111010110011101011110111101111101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3AF; }

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

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

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

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

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

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

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

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