Html Css Color HEX #FEA6A9 Wewak

📋 copy color: '#FEA6A9'

red 254 ◦ green 166 ◦ blue 169

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

Shades of Wewak #FEA6A9

Tints of Wewak #FEA6A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.69%

R = 43.12%
G = 28.18%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEA6A9 (or 0xFEA6A9) is known color: Wewak. HEX triplet: FE, A6 and A9. RGB value is (254,166,169). Sum of RGB (Red+Green+Blue) = 254+166+169=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6A9 is #015956. Grayscale: #C0C0C0. Windows color (decimal): -88407 or 11118334. OLE color: 11118334.

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

Color convert

RGB 254 166 169 -
CMYK 0 0.35 0.33 0.00
HSL 357.95º 0.98% 0.82% -
HSV(B) 357.95º 0.35% 1% -
XYZ 61.67 51.21 44.17 -
YUV 192.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 254 166 169 0 0.35 0.33 0.00 357.95 0.98 0.82
Hex FE A6 A9 0 23 21 0 166 62 52
Octal 376 246 251 0 43 41 0 546 142 122
Binary 11111110 10100110 10101001 0 100011 100001 0 101100110 1100010 1010010

Color Harmonies of #FEA6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6A9

Black with #FEA6A9

Text Example


Text Example

White with #FEA6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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