Html Css Color HEX #FE989F Wewak

📋 copy color: '#FE989F'

red 254 ◦ green 152 ◦ blue 159

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

Shades of Wewak #FE989F

Tints of Wewak #FE989F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.14%

R = 44.96%
G = 26.9%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE989F (or 0xFE989F) is known color: Wewak. HEX triplet: FE, 98 and 9F. RGB value is (254,152,159). Sum of RGB (Red+Green+Blue) = 254+152+159=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE989F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE989F is #016760. Grayscale: #B7B7B7. Windows color (decimal): -92001 or 10459390. OLE color: 10459390.

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

Color convert

RGB 254 152 159 -
CMYK 0 0.40 0.37 0.00
HSL 355.88º 0.98% 0.8% -
HSV(B) 355.88º 0.4% 1% -
XYZ 58.36 46.03 38.61 -
YUV 183.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 254 152 159 0 0.40 0.37 0.00 355.88 0.98 0.8
Hex FE 98 9F 0 28 25 0 164 62 50
Octal 376 230 237 0 50 45 0 544 142 120
Binary 11111110 10011000 10011111 0 101000 100101 0 101100100 1100010 1010000

Color Harmonies of #FE989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE989F

Black with #FE989F

Text Example


Text Example

White with #FE989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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