Html Css Color HEX #FEB0AD Sundown

📋 copy color: '#FEB0AD'

red 254 ◦ green 176 ◦ blue 173

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

Shades of Sundown #FEB0AD

Tints of Sundown #FEB0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.69%

R = 42.12%
G = 29.19%
B = 28.69%

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

#FEB0AD (or 0xFEB0AD) is known color: Sundown. HEX triplet: FE, B0 and AD. RGB value is (254,176,173). Sum of RGB (Red+Green+Blue) = 254+176+173=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AD is #014F52. Grayscale: #C7C7C7. Windows color (decimal): -85843 or 11383038. OLE color: 11383038.

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

Color convert

RGB 254 176 173 -
CMYK 0 0.31 0.32 0.00
HSL 2.22º 0.98% 0.84% -
HSV(B) 2.22º 0.32% 1% -
XYZ 63.94 55.14 46.81 -
YUV 198.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 254 176 173 0 0.31 0.32 0.00 2.22 0.98 0.84
Hex FE B0 AD 0 1F 20 0 2 62 54
Octal 376 260 255 0 37 40 0 2 142 124
Binary 11111110 10110000 10101101 0 11111 100000 0 10 1100010 1010100

Color Harmonies of #FEB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0AD

Black with #FEB0AD

Text Example


Text Example

White with #FEB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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