Html Css Color HEX #FE8C9E Wewak

📋 copy color: '#FE8C9E'

red 254 ◦ green 140 ◦ blue 158

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

Shades of Wewak #FE8C9E

Tints of Wewak #FE8C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 158 (62.11% from 255) = 28.62%

R = 46.01%
G = 25.36%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE8C9E (or 0xFE8C9E) is known color: Wewak. HEX triplet: FE, 8C and 9E. RGB value is (254,140,158). Sum of RGB (Red+Green+Blue) = 254+140+158=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9E is #017361. Grayscale: #B0B0B0. Windows color (decimal): -95074 or 10390782. OLE color: 10390782.

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

Color convert

RGB 254 140 158 -
CMYK 0 0.45 0.38 0.00
HSL 350.53º 0.98% 0.77% -
HSV(B) 350.53º 0.45% 1% -
XYZ 56.42 42.3 37.54 -
YUV 176.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 254 140 158 0 0.45 0.38 0.00 350.53 0.98 0.77
Hex FE 8C 9E 0 2D 26 0 15F 62 4D
Octal 376 214 236 0 55 46 0 537 142 115
Binary 11111110 10001100 10011110 0 101101 100110 0 101011111 1100010 1001101

Color Harmonies of #FE8C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C9E

Black with #FE8C9E

Text Example


Text Example

White with #FE8C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C9E; }

 p { color: rgb(254,140,158); }

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

background-color css

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

 a { background-color: rgb(254,140,158); }

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

border-color css

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

 span { border-color: rgb(254,140,158); }

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