Html Css Color HEX #FE8595 Wewak

📋 copy color: '#FE8595'

red 254 ◦ green 133 ◦ blue 149

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

Shades of Wewak #FE8595

Tints of Wewak #FE8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.8%

R = 47.39%
G = 24.81%
B = 27.8%

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

#FE8595 (or 0xFE8595) is known color: Wewak. HEX triplet: FE, 85 and 95. RGB value is (254,133,149). Sum of RGB (Red+Green+Blue) = 254+133+149=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8595 is #017A6A. Grayscale: #ABABAB. Windows color (decimal): -96875 or 9799166. OLE color: 9799166.

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

Color convert

RGB 254 133 149 -
CMYK 0 0.48 0.41 0.00
HSL 352.07º 0.98% 0.76% -
HSV(B) 352.07º 0.48% 1% -
XYZ 54.69 40.02 33.28 -
YUV 171 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 254 133 149 0 0.48 0.41 0.00 352.07 0.98 0.76
Hex FE 85 95 0 30 29 0 160 62 4C
Octal 376 205 225 0 60 51 0 540 142 114
Binary 11111110 10000101 10010101 0 110000 101001 0 101100000 1100010 1001100

Color Harmonies of #FE8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8595

Black with #FE8595

Text Example


Text Example

White with #FE8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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