Html Css Color HEX #FE9398 Wewak

📋 copy color: '#FE9398'

red 254 ◦ green 147 ◦ blue 152

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

Shades of Wewak #FE9398

Tints of Wewak #FE9398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.58%

 BLUE value IS 152 (59.77% from 255) = 27.49%

R = 45.93%
G = 26.58%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE9398 (or 0xFE9398) is known color: Wewak. HEX triplet: FE, 93 and 98. RGB value is (254,147,152). Sum of RGB (Red+Green+Blue) = 254+147+152=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9398 is #016C67. Grayscale: #B3B3B3. Windows color (decimal): -93288 or 9999358. OLE color: 9999358.

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

Color convert

RGB 254 147 152 -
CMYK 0 0.42 0.40 0.00
HSL 357.2º 0.98% 0.79% -
HSV(B) 357.2º 0.42% 1% -
XYZ 56.97 44.21 35.24 -
YUV 179.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 254 147 152 0 0.42 0.40 0.00 357.2 0.98 0.79
Hex FE 93 98 0 2A 28 0 165 62 4F
Octal 376 223 230 0 52 50 0 545 142 117
Binary 11111110 10010011 10011000 0 101010 101000 0 101100101 1100010 1001111

Color Harmonies of #FE9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9398

Black with #FE9398

Text Example


Text Example

White with #FE9398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9398; }

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

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

background-color css

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

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

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

border-color css

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

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

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