Html Css Color HEX #FEA2A8 Wewak

📋 copy color: '#FEA2A8'

red 254 ◦ green 162 ◦ blue 168

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

Shades of Wewak #FEA2A8

Tints of Wewak #FEA2A8

RGB

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

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

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

R = 43.49%
G = 27.74%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEA2A8 (or 0xFEA2A8) is known color: Wewak. HEX triplet: FE, A2 and A8. RGB value is (254,162,168). Sum of RGB (Red+Green+Blue) = 254+162+168=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2A8 is #015D57. Grayscale: #BEBEBE. Windows color (decimal): -89432 or 11051774. OLE color: 11051774.

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

Color convert

RGB 254 162 168 -
CMYK 0 0.36 0.34 0.00
HSL 356.09º 0.98% 0.82% -
HSV(B) 356.09º 0.36% 1% -
XYZ 60.86 49.74 43.44 -
YUV 190.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 254 162 168 0 0.36 0.34 0.00 356.09 0.98 0.82
Hex FE A2 A8 0 24 22 0 164 62 52
Octal 376 242 250 0 44 42 0 544 142 122
Binary 11111110 10100010 10101000 0 100100 100010 0 101100100 1100010 1010010

Color Harmonies of #FEA2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2A8

Black with #FEA2A8

Text Example


Text Example

White with #FEA2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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