Html Css Color HEX #FE808A Wewak

📋 copy color: '#FE808A'

red 254 ◦ green 128 ◦ blue 138

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

Shades of Wewak #FE808A

Tints of Wewak #FE808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 48.85%
G = 24.62%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE808A (or 0xFE808A) is known color: Wewak. HEX triplet: FE, 80 and 8A. RGB value is (254,128,138). Sum of RGB (Red+Green+Blue) = 254+128+138=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE808A is #017F75. Grayscale: #A6A6A6. Windows color (decimal): -98166 or 9076990. OLE color: 9076990.

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

Color convert

RGB 254 128 138 -
CMYK 0 0.50 0.46 0.00
HSL 355.24º 0.98% 0.75% -
HSV(B) 355.24º 0.5% 1% -
XYZ 53.18 38.34 28.64 -
YUV 166.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 254 128 138 0 0.50 0.46 0.00 355.24 0.98 0.75
Hex FE 80 8A 0 32 2E 0 163 62 4B
Octal 376 200 212 0 62 56 0 543 142 113
Binary 11111110 10000000 10001010 0 110010 101110 0 101100011 1100010 1001011

Color Harmonies of #FE808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE808A

Black with #FE808A

Text Example


Text Example

White with #FE808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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