Html Css Color HEX #FE8289 Wewak

📋 copy color: '#FE8289'

red 254 ◦ green 130 ◦ blue 137

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

Shades of Wewak #FE8289

Tints of Wewak #FE8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.95%

 BLUE value IS 137 (53.91% from 255) = 26.3%

R = 48.75%
G = 24.95%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE8289 (or 0xFE8289) is known color: Wewak. HEX triplet: FE, 82 and 89. RGB value is (254,130,137). Sum of RGB (Red+Green+Blue) = 254+130+137=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8289 is #017D76. Grayscale: #A7A7A7. Windows color (decimal): -97655 or 9011966. OLE color: 9011966.

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

Color convert

RGB 254 130 137 -
CMYK 0 0.49 0.46 0.00
HSL 356.61º 0.98% 0.75% -
HSV(B) 356.61º 0.49% 1% -
XYZ 53.37 38.84 28.35 -
YUV 167.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 254 130 137 0 0.49 0.46 0.00 356.61 0.98 0.75
Hex FE 82 89 0 31 2E 0 165 62 4B
Octal 376 202 211 0 61 56 0 545 142 113
Binary 11111110 10000010 10001001 0 110001 101110 0 101100101 1100010 1001011

Color Harmonies of #FE8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8289

Black with #FE8289

Text Example


Text Example

White with #FE8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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