Html Css Color HEX #FEA2A9 Wewak

📋 copy color: '#FEA2A9'

red 254 ◦ green 162 ◦ blue 169

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

Shades of Wewak #FEA2A9

Tints of Wewak #FEA2A9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.69%

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

R = 43.42%
G = 27.69%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEA2A9 (or 0xFEA2A9) is known color: Wewak. HEX triplet: FE, A2 and A9. RGB value is (254,162,169). Sum of RGB (Red+Green+Blue) = 254+162+169=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2A9 is #015D56. Grayscale: #BEBEBE. Windows color (decimal): -89431 or 11117310. OLE color: 11117310.

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

Color convert

RGB 254 162 169 -
CMYK 0 0.36 0.33 0.00
HSL 355.43º 0.98% 0.82% -
HSV(B) 355.43º 0.36% 1% -
XYZ 60.95 49.78 43.93 -
YUV 190.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 254 162 169 0 0.36 0.33 0.00 355.43 0.98 0.82
Hex FE A2 A9 0 24 21 0 163 62 52
Octal 376 242 251 0 44 41 0 543 142 122
Binary 11111110 10100010 10101001 0 100100 100001 0 101100011 1100010 1010010

Color Harmonies of #FEA2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2A9

Black with #FEA2A9

Text Example


Text Example

White with #FEA2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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