Html Css Color HEX #FE8594 Wewak

📋 copy color: '#FE8594'

red 254 ◦ green 133 ◦ blue 148

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

Shades of Wewak #FE8594

Tints of Wewak #FE8594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 47.48%
G = 24.86%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE8594 (or 0xFE8594) is known color: Wewak. HEX triplet: FE, 85 and 94. RGB value is (254,133,148). Sum of RGB (Red+Green+Blue) = 254+133+148=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8594 is #017A6B. Grayscale: #AAAAAA. Windows color (decimal): -96876 or 9733630. OLE color: 9733630.

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

Color convert

RGB 254 133 148 -
CMYK 0 0.48 0.42 0.00
HSL 352.56º 0.98% 0.76% -
HSV(B) 352.56º 0.48% 1% -
XYZ 54.61 39.98 32.86 -
YUV 170.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 254 133 148 0 0.48 0.42 0.00 352.56 0.98 0.76
Hex FE 85 94 0 30 2A 0 161 62 4C
Octal 376 205 224 0 60 52 0 541 142 114
Binary 11111110 10000101 10010100 0 110000 101010 0 101100001 1100010 1001100

Color Harmonies of #FE8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8594

Black with #FE8594

Text Example


Text Example

White with #FE8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8594; }

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

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

background-color css

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

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

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

border-color css

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

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

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