Html Css Color HEX #FE989D Wewak

📋 copy color: '#FE989D'

red 254 ◦ green 152 ◦ blue 157

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

Shades of Wewak #FE989D

Tints of Wewak #FE989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27%

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

R = 45.12%
G = 27%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE989D (or 0xFE989D) is known color: Wewak. HEX triplet: FE, 98 and 9D. RGB value is (254,152,157). Sum of RGB (Red+Green+Blue) = 254+152+157=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE989D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE989D is #016762. Grayscale: #B7B7B7. Windows color (decimal): -92003 or 10328318. OLE color: 10328318.

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

Color convert

RGB 254 152 157 -
CMYK 0 0.40 0.38 0.00
HSL 357.06º 0.98% 0.8% -
HSV(B) 357.06º 0.4% 1% -
XYZ 58.19 45.96 37.7 -
YUV 183.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 254 152 157 0 0.40 0.38 0.00 357.06 0.98 0.8
Hex FE 98 9D 0 28 26 0 165 62 50
Octal 376 230 235 0 50 46 0 545 142 120
Binary 11111110 10011000 10011101 0 101000 100110 0 101100101 1100010 1010000

Color Harmonies of #FE989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE989D

Black with #FE989D

Text Example


Text Example

White with #FE989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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