Html Css Color HEX #FE979D Wewak

📋 copy color: '#FE979D'

red 254 ◦ green 151 ◦ blue 157

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

Shades of Wewak #FE979D

Tints of Wewak #FE979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.87%

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 45.2%
G = 26.87%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE979D (or 0xFE979D) is known color: Wewak. HEX triplet: FE, 97 and 9D. RGB value is (254,151,157). Sum of RGB (Red+Green+Blue) = 254+151+157=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE979D is #016862. Grayscale: #B6B6B6. Windows color (decimal): -92259 or 10328062. OLE color: 10328062.

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

Color convert

RGB 254 151 157 -
CMYK 0 0.41 0.38 0.00
HSL 356.5º 0.98% 0.79% -
HSV(B) 356.5º 0.41% 1% -
XYZ 58.03 45.64 37.65 -
YUV 182.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 254 151 157 0 0.41 0.38 0.00 356.5 0.98 0.79
Hex FE 97 9D 0 29 26 0 165 62 4F
Octal 376 227 235 0 51 46 0 545 142 117
Binary 11111110 10010111 10011101 0 101001 100110 0 101100101 1100010 1001111

Color Harmonies of #FE979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE979D

Black with #FE979D

Text Example


Text Example

White with #FE979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE979D; }

 p { color: rgb(254,151,157); }

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

background-color css

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

 a { background-color: rgb(254,151,157); }

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

border-color css

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

 span { border-color: rgb(254,151,157); }

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