Html Css Color HEX #FEAEAD Sundown

📋 copy color: '#FEAEAD'

red 254 ◦ green 174 ◦ blue 173

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

Shades of Sundown #FEAEAD

Tints of Sundown #FEAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.95%

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

R = 42.26%
G = 28.95%
B = 28.79%

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

#FEAEAD (or 0xFEAEAD) is known color: Sundown. HEX triplet: FE, AE and AD. RGB value is (254,174,173). Sum of RGB (Red+Green+Blue) = 254+174+173=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAD is #015152. Grayscale: #C5C5C5. Windows color (decimal): -86355 or 11382526. OLE color: 11382526.

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

Color convert

RGB 254 174 173 -
CMYK 0 0.31 0.32 0.00
HSL 0.74º 0.98% 0.84% -
HSV(B) 0.74º 0.32% 1% -
XYZ 63.55 54.36 46.68 -
YUV 197.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 254 174 173 0 0.31 0.32 0.00 0.74 0.98 0.84
Hex FE AE AD 0 1F 20 0 1 62 54
Octal 376 256 255 0 37 40 0 1 142 124
Binary 11111110 10101110 10101101 0 11111 100000 0 1 1100010 1010100

Color Harmonies of #FEAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEAD

Black with #FEAEAD

Text Example


Text Example

White with #FEAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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