Html Css Color HEX #FEA8A6 Sundown

📋 copy color: '#FEA8A6'

red 254 ◦ green 168 ◦ blue 166

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

Shades of Sundown #FEA8A6

Tints of Sundown #FEA8A6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.57%

 BLUE value IS 166 (65.23% from 255) = 28.23%

R = 43.2%
G = 28.57%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEA8A6 (or 0xFEA8A6) is known color: Sundown. HEX triplet: FE, A8 and A6. RGB value is (254,168,166). Sum of RGB (Red+Green+Blue) = 254+168+166=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8A6 is #015759. Grayscale: #C1C1C1. Windows color (decimal): -87898 or 10922238. OLE color: 10922238.

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

Color convert

RGB 254 168 166 -
CMYK 0 0.34 0.35 0.00
HSL 1.36º 0.98% 0.82% -
HSV(B) 1.36º 0.35% 1% -
XYZ 61.76 51.83 42.83 -
YUV 193.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 254 168 166 0 0.34 0.35 0.00 1.36 0.98 0.82
Hex FE A8 A6 0 22 23 0 1 62 52
Octal 376 250 246 0 42 43 0 1 142 122
Binary 11111110 10101000 10100110 0 100010 100011 0 1 1100010 1010010

Color Harmonies of #FEA8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8A6

Black with #FEA8A6

Text Example


Text Example

White with #FEA8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8A6; }

 p { color: rgb(254,168,166); }

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

background-color css

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

 a { background-color: rgb(254,168,166); }

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

border-color css

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

 span { border-color: rgb(254,168,166); }

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