Html Css Color HEX #FE8495 Wewak

📋 copy color: '#FE8495'

red 254 ◦ green 132 ◦ blue 149

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

Shades of Wewak #FE8495

Tints of Wewak #FE8495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.67%

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

R = 47.48%
G = 24.67%
B = 27.85%

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

#FE8495 (or 0xFE8495) is known color: Wewak. HEX triplet: FE, 84 and 95. RGB value is (254,132,149). Sum of RGB (Red+Green+Blue) = 254+132+149=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8495 is #017B6A. Grayscale: #AAAAAA. Windows color (decimal): -97131 or 9798910. OLE color: 9798910.

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

Color convert

RGB 254 132 149 -
CMYK 0 0.48 0.41 0.00
HSL 351.64º 0.98% 0.76% -
HSV(B) 351.64º 0.48% 1% -
XYZ 54.55 39.74 33.23 -
YUV 170.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 254 132 149 0 0.48 0.41 0.00 351.64 0.98 0.76
Hex FE 84 95 0 30 29 0 160 62 4C
Octal 376 204 225 0 60 51 0 540 142 114
Binary 11111110 10000100 10010101 0 110000 101001 0 101100000 1100010 1001100

Color Harmonies of #FE8495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8495

Black with #FE8495

Text Example


Text Example

White with #FE8495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8495; }

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

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

background-color css

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

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

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

border-color css

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

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

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