Html Css Color HEX #FEA5A9 Wewak

📋 copy color: '#FEA5A9'

red 254 ◦ green 165 ◦ blue 169

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

Shades of Wewak #FEA5A9

Tints of Wewak #FEA5A9

RGB

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

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

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

R = 43.2%
G = 28.06%
B = 28.74%

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

#FEA5A9 (or 0xFEA5A9) is known color: Wewak. HEX triplet: FE, A5 and A9. RGB value is (254,165,169). Sum of RGB (Red+Green+Blue) = 254+165+169=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A9 is #015A56. Grayscale: #C0C0C0. Windows color (decimal): -88663 or 11118078. OLE color: 11118078.

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

Color convert

RGB 254 165 169 -
CMYK 0 0.35 0.33 0.00
HSL 357.3º 0.98% 0.82% -
HSV(B) 357.3º 0.35% 1% -
XYZ 61.49 50.85 44.11 -
YUV 192.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 254 165 169 0 0.35 0.33 0.00 357.3 0.98 0.82
Hex FE A5 A9 0 23 21 0 165 62 52
Octal 376 245 251 0 43 41 0 545 142 122
Binary 11111110 10100101 10101001 0 100011 100001 0 101100101 1100010 1010010

Color Harmonies of #FEA5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5A9

Black with #FEA5A9

Text Example


Text Example

White with #FEA5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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