Html Css Color HEX #FEA5A6 Wewak

📋 copy color: '#FEA5A6'

red 254 ◦ green 165 ◦ blue 166

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

Shades of Wewak #FEA5A6

Tints of Wewak #FEA5A6

RGB

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

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

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

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

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

#FEA5A6 (or 0xFEA5A6) is known color: Wewak. HEX triplet: FE, A5 and A6. RGB value is (254,165,166). Sum of RGB (Red+Green+Blue) = 254+165+166=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A6 is #015A59. Grayscale: #BFBFBF. Windows color (decimal): -88666 or 10921470. OLE color: 10921470.

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

Color convert

RGB 254 165 166 -
CMYK 0 0.35 0.35 0.00
HSL 359.33º 0.98% 0.82% -
HSV(B) 359.33º 0.35% 1% -
XYZ 61.21 50.73 42.64 -
YUV 191.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 254 165 166 0 0.35 0.35 0.00 359.33 0.98 0.82
Hex FE A5 A6 0 23 23 0 167 62 52
Octal 376 245 246 0 43 43 0 547 142 122
Binary 11111110 10100101 10100110 0 100011 100011 0 101100111 1100010 1010010

Color Harmonies of #FEA5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5A6

Black with #FEA5A6

Text Example


Text Example

White with #FEA5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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