Html Css Color HEX #FEA6A5 Sundown

📋 copy color: '#FEA6A5'

red 254 ◦ green 166 ◦ blue 165

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

Shades of Sundown #FEA6A5

Tints of Sundown #FEA6A5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.38%

 BLUE value IS 165 (64.84% from 255) = 28.21%

R = 43.42%
G = 28.38%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEA6A5 (or 0xFEA6A5) is known color: Sundown. HEX triplet: FE, A6 and A5. RGB value is (254,166,165). Sum of RGB (Red+Green+Blue) = 254+166+165=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6A5 is #01595A. Grayscale: #C0C0C0. Windows color (decimal): -88411 or 10856190. OLE color: 10856190.

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

Color convert

RGB 254 166 165 -
CMYK 0 0.35 0.35 0.00
HSL 0.67º 0.98% 0.82% -
HSV(B) 0.67º 0.35% 1% -
XYZ 61.3 51.06 42.22 -
YUV 192.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 254 166 165 0 0.35 0.35 0.00 0.67 0.98 0.82
Hex FE A6 A5 0 23 23 0 1 62 52
Octal 376 246 245 0 43 43 0 1 142 122
Binary 11111110 10100110 10100101 0 100011 100011 0 1 1100010 1010010

Color Harmonies of #FEA6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6A5

Black with #FEA6A5

Text Example


Text Example

White with #FEA6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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