Html Css Color HEX #FEA4A8 Wewak

📋 copy color: '#FEA4A8'

red 254 ◦ green 164 ◦ blue 168

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

Shades of Wewak #FEA4A8

Tints of Wewak #FEA4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.67%

R = 43.34%
G = 27.99%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEA4A8 (or 0xFEA4A8) is known color: Wewak. HEX triplet: FE, A4 and A8. RGB value is (254,164,168). Sum of RGB (Red+Green+Blue) = 254+164+168=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA4A8 is #015B57. Grayscale: #BFBFBF. Windows color (decimal): -88920 or 11052286. OLE color: 11052286.

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

Color convert

RGB 254 164 168 -
CMYK 0 0.35 0.34 0.00
HSL 357.33º 0.98% 0.82% -
HSV(B) 357.33º 0.35% 1% -
XYZ 61.22 50.45 43.56 -
YUV 191.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 254 164 168 0 0.35 0.34 0.00 357.33 0.98 0.82
Hex FE A4 A8 0 23 22 0 165 62 52
Octal 376 244 250 0 43 42 0 545 142 122
Binary 11111110 10100100 10101000 0 100011 100010 0 101100101 1100010 1010010

Color Harmonies of #FEA4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4A8

Black with #FEA4A8

Text Example


Text Example

White with #FEA4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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