Html Css Color HEX #FE8081 Wewak

📋 copy color: '#FE8081'

red 254 ◦ green 128 ◦ blue 129

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

Shades of Wewak #FE8081

Tints of Wewak #FE8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.05%

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 49.71%
G = 25.05%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE8081 (or 0xFE8081) is known color: Wewak. HEX triplet: FE, 80 and 81. RGB value is (254,128,129). Sum of RGB (Red+Green+Blue) = 254+128+129=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8081 is #017F7E. Grayscale: #A5A5A5. Windows color (decimal): -98175 or 8487166. OLE color: 8487166.

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

Color convert

RGB 254 128 129 -
CMYK 0 0.50 0.49 0.00
HSL 359.52º 0.98% 0.75% -
HSV(B) 359.52º 0.5% 1% -
XYZ 52.55 38.09 25.35 -
YUV 165.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 254 128 129 0 0.50 0.49 0.00 359.52 0.98 0.75
Hex FE 80 81 0 32 31 0 168 62 4B
Octal 376 200 201 0 62 61 0 550 142 113
Binary 11111110 10000000 10000001 0 110010 110001 0 101101000 1100010 1001011

Color Harmonies of #FE8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8081

Black with #FE8081

Text Example


Text Example

White with #FE8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8081; }

 p { color: rgb(254,128,129); }

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

background-color css

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

 a { background-color: rgb(254,128,129); }

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

border-color css

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

 span { border-color: rgb(254,128,129); }

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