Html Css Color HEX #FEA0A8 Wewak

📋 copy color: '#FEA0A8'

red 254 ◦ green 160 ◦ blue 168

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

Shades of Wewak #FEA0A8

Tints of Wewak #FEA0A8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.49%

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

R = 43.64%
G = 27.49%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEA0A8 (or 0xFEA0A8) is known color: Wewak. HEX triplet: FE, A0 and A8. RGB value is (254,160,168). Sum of RGB (Red+Green+Blue) = 254+160+168=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0A8 is #015F57. Grayscale: #BDBDBD. Windows color (decimal): -89944 or 11051262. OLE color: 11051262.

HSL color Cylindrical-coordinate representation of color #FEA0A8: hue angle of 354.89º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0A8 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 168 -
CMYK 0 0.37 0.34 0.00
HSL 354.89º 0.98% 0.81% -
HSV(B) 354.89º 0.37% 1% -
XYZ 60.51 49.04 43.32 -
YUV 189.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 254 160 168 0 0.37 0.34 0.00 354.89 0.98 0.81
Hex FE A0 A8 0 25 22 0 163 62 51
Octal 376 240 250 0 45 42 0 543 142 121
Binary 11111110 10100000 10101000 0 100101 100010 0 101100011 1100010 1010001

Color Harmonies of #FEA0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0A8

Black with #FEA0A8

Text Example


Text Example

White with #FEA0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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