Html Css Color HEX #FEB0AC Sundown

📋 copy color: '#FEB0AC'

red 254 ◦ green 176 ◦ blue 172

#FEB0AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #FEB0AC

Tints of Sundown #FEB0AC

RGB

 RED value IS 254 (99.61% from 255) = 42.19%

 GREEN value IS 176 (69.14% from 255) = 29.24%

 BLUE value IS 172 (67.58% from 255) = 28.57%

R = 42.19%
G = 29.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEB0AC (or 0xFEB0AC) is known color: Sundown. HEX triplet: FE, B0 and AC. RGB value is (254,176,172). Sum of RGB (Red+Green+Blue) = 254+176+172=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AC is #014F53. Grayscale: #C6C6C6. Windows color (decimal): -85844 or 11317502. OLE color: 11317502.

HSL color Cylindrical-coordinate representation of color #FEB0AC: hue angle of 2.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEB0AC is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 176 172 -
CMYK 0 0.31 0.32 0.00
HSL 2.93º 0.98% 0.84% -
HSV(B) 2.93º 0.32% 1% -
XYZ 63.84 55.1 46.3 -
YUV 198.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 254 176 172 0 0.31 0.32 0.00 2.93 0.98 0.84
Hex FE B0 AC 0 1F 20 0 3 62 54
Octal 376 260 254 0 37 40 0 3 142 124
Binary 11111110 10110000 10101100 0 11111 100000 0 11 1100010 1010100

Color Harmonies of #FEB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0AC

Black with #FEB0AC

Text Example


Text Example

White with #FEB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0AC; }

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

 H1.HeaderClassName
 {
   color: #FEB0AC;
 }
 .AnyTagClassName
 {
   color: #FEB0AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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