Html Css Color HEX #FEA5AA Wewak

📋 copy color: '#FEA5AA'

red 254 ◦ green 165 ◦ blue 170

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

Shades of Wewak #FEA5AA

Tints of Wewak #FEA5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.86%

R = 43.12%
G = 28.01%
B = 28.86%

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

#FEA5AA (or 0xFEA5AA) is known color: Wewak. HEX triplet: FE, A5 and AA. RGB value is (254,165,170). Sum of RGB (Red+Green+Blue) = 254+165+170=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5AA is #015A55. Grayscale: #C0C0C0. Windows color (decimal): -88662 or 11183614. OLE color: 11183614.

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

Color convert

RGB 254 165 170 -
CMYK 0 0.35 0.33 0.00
HSL 356.63º 0.98% 0.82% -
HSV(B) 356.63º 0.35% 1% -
XYZ 61.58 50.88 44.61 -
YUV 192.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 254 165 170 0 0.35 0.33 0.00 356.63 0.98 0.82
Hex FE A5 AA 0 23 21 0 165 62 52
Octal 376 245 252 0 43 41 0 545 142 122
Binary 11111110 10100101 10101010 0 100011 100001 0 101100101 1100010 1010010

Color Harmonies of #FEA5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5AA

Black with #FEA5AA

Text Example


Text Example

White with #FEA5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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