Html Css Color HEX #FE8596 Wewak

📋 copy color: '#FE8596'

red 254 ◦ green 133 ◦ blue 150

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

Shades of Wewak #FE8596

Tints of Wewak #FE8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.77%

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

R = 47.3%
G = 24.77%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE8596 (or 0xFE8596) is known color: Wewak. HEX triplet: FE, 85 and 96. RGB value is (254,133,150). Sum of RGB (Red+Green+Blue) = 254+133+150=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8596 is #017A69. Grayscale: #ABABAB. Windows color (decimal): -96874 or 9864702. OLE color: 9864702.

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

Color convert

RGB 254 133 150 -
CMYK 0 0.48 0.41 0.00
HSL 351.57º 0.98% 0.76% -
HSV(B) 351.57º 0.48% 1% -
XYZ 54.77 40.05 33.7 -
YUV 171.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 254 133 150 0 0.48 0.41 0.00 351.57 0.98 0.76
Hex FE 85 96 0 30 29 0 160 62 4C
Octal 376 205 226 0 60 51 0 540 142 114
Binary 11111110 10000101 10010110 0 110000 101001 0 101100000 1100010 1001100

Color Harmonies of #FE8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8596

Black with #FE8596

Text Example


Text Example

White with #FE8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8596; }

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

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

background-color css

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

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

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

border-color css

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

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

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