Html Css Color HEX #FE8A94 Wewak

📋 copy color: '#FE8A94'

red 254 ◦ green 138 ◦ blue 148

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

Shades of Wewak #FE8A94

Tints of Wewak #FE8A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

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

R = 47.04%
G = 25.56%
B = 27.41%

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

#FE8A94 (or 0xFE8A94) is known color: Wewak. HEX triplet: FE, 8A and 94. RGB value is (254,138,148). Sum of RGB (Red+Green+Blue) = 254+138+148=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A94 is #01756B. Grayscale: #ADADAD. Windows color (decimal): -95596 or 9734910. OLE color: 9734910.

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

Color convert

RGB 254 138 148 -
CMYK 0 0.46 0.42 0.00
HSL 354.83º 0.98% 0.77% -
HSV(B) 354.83º 0.46% 1% -
XYZ 55.31 41.39 33.09 -
YUV 173.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 254 138 148 0 0.46 0.42 0.00 354.83 0.98 0.77
Hex FE 8A 94 0 2E 2A 0 163 62 4D
Octal 376 212 224 0 56 52 0 543 142 115
Binary 11111110 10001010 10010100 0 101110 101010 0 101100011 1100010 1001101

Color Harmonies of #FE8A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A94

Black with #FE8A94

Text Example


Text Example

White with #FE8A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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