Html Css Color HEX #FE8994 Wewak

📋 copy color: '#FE8994'

red 254 ◦ green 137 ◦ blue 148

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

Shades of Wewak #FE8994

Tints of Wewak #FE8994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.42%

 BLUE value IS 148 (58.2% from 255) = 27.46%

R = 47.12%
G = 25.42%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE8994 (or 0xFE8994) is known color: Wewak. HEX triplet: FE, 89 and 94. RGB value is (254,137,148). Sum of RGB (Red+Green+Blue) = 254+137+148=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8994 is #01766B. Grayscale: #ADADAD. Windows color (decimal): -95852 or 9734654. OLE color: 9734654.

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

Color convert

RGB 254 137 148 -
CMYK 0 0.46 0.42 0.00
HSL 354.36º 0.98% 0.77% -
HSV(B) 354.36º 0.46% 1% -
XYZ 55.16 41.1 33.04 -
YUV 173.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 254 137 148 0 0.46 0.42 0.00 354.36 0.98 0.77
Hex FE 89 94 0 2E 2A 0 162 62 4D
Octal 376 211 224 0 56 52 0 542 142 115
Binary 11111110 10001001 10010100 0 101110 101010 0 101100010 1100010 1001101

Color Harmonies of #FE8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8994

Black with #FE8994

Text Example


Text Example

White with #FE8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8994; }

 p { color: rgb(254,137,148); }

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

background-color css

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

 a { background-color: rgb(254,137,148); }

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

border-color css

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

 span { border-color: rgb(254,137,148); }

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