Html Css Color HEX #FEA2A5 Wewak

📋 copy color: '#FEA2A5'

red 254 ◦ green 162 ◦ blue 165

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

Shades of Wewak #FEA2A5

Tints of Wewak #FEA2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.4%

R = 43.72%
G = 27.88%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEA2A5 (or 0xFEA2A5) is known color: Wewak. HEX triplet: FE, A2 and A5. RGB value is (254,162,165). Sum of RGB (Red+Green+Blue) = 254+162+165=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2A5 is #015D5A. Grayscale: #BDBDBD. Windows color (decimal): -89435 or 10855166. OLE color: 10855166.

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

Color convert

RGB 254 162 165 -
CMYK 0 0.36 0.35 0.00
HSL 358.04º 0.98% 0.82% -
HSV(B) 358.04º 0.36% 1% -
XYZ 60.58 49.63 41.98 -
YUV 189.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 254 162 165 0 0.36 0.35 0.00 358.04 0.98 0.82
Hex FE A2 A5 0 24 23 0 166 62 52
Octal 376 242 245 0 44 43 0 546 142 122
Binary 11111110 10100010 10100101 0 100100 100011 0 101100110 1100010 1010010

Color Harmonies of #FEA2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2A5

Black with #FEA2A5

Text Example


Text Example

White with #FEA2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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