Html Css Color HEX #FEA4A5 Wewak

📋 copy color: '#FEA4A5'

red 254 ◦ green 164 ◦ blue 165

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

Shades of Wewak #FEA4A5

Tints of Wewak #FEA4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.13%

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

R = 43.57%
G = 28.13%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEA4A5 (or 0xFEA4A5) is known color: Wewak. HEX triplet: FE, A4 and A5. RGB value is (254,164,165). Sum of RGB (Red+Green+Blue) = 254+164+165=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA4A5 is #015B5A. Grayscale: #BFBFBF. Windows color (decimal): -88923 or 10855678. OLE color: 10855678.

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

Color convert

RGB 254 164 165 -
CMYK 0 0.35 0.35 0.00
HSL 359.33º 0.98% 0.82% -
HSV(B) 359.33º 0.35% 1% -
XYZ 60.94 50.34 42.1 -
YUV 191.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 254 164 165 0 0.35 0.35 0.00 359.33 0.98 0.82
Hex FE A4 A5 0 23 23 0 167 62 52
Octal 376 244 245 0 43 43 0 547 142 122
Binary 11111110 10100100 10100101 0 100011 100011 0 101100111 1100010 1010010

Color Harmonies of #FEA4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4A5

Black with #FEA4A5

Text Example


Text Example

White with #FEA4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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