Html Css Color HEX #FE8996 Wewak

📋 copy color: '#FE8996'

red 254 ◦ green 137 ◦ blue 150

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

Shades of Wewak #FE8996

Tints of Wewak #FE8996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.32%

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 46.95%
G = 25.32%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE8996 (or 0xFE8996) is known color: Wewak. HEX triplet: FE, 89 and 96. RGB value is (254,137,150). Sum of RGB (Red+Green+Blue) = 254+137+150=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8996 is #017669. Grayscale: #ADADAD. Windows color (decimal): -95850 or 9865726. OLE color: 9865726.

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

Color convert

RGB 254 137 150 -
CMYK 0 0.46 0.41 0.00
HSL 353.33º 0.98% 0.77% -
HSV(B) 353.33º 0.46% 1% -
XYZ 55.32 41.16 33.88 -
YUV 173.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 254 137 150 0 0.46 0.41 0.00 353.33 0.98 0.77
Hex FE 89 96 0 2E 29 0 161 62 4D
Octal 376 211 226 0 56 51 0 541 142 115
Binary 11111110 10001001 10010110 0 101110 101001 0 101100001 1100010 1001101

Color Harmonies of #FE8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8996

Black with #FE8996

Text Example


Text Example

White with #FE8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8996; }

 p { color: rgb(254,137,150); }

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

background-color css

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

 a { background-color: rgb(254,137,150); }

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

border-color css

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

 span { border-color: rgb(254,137,150); }

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