Html Css Color HEX #FE8090 Wewak

📋 copy color: '#FE8090'

red 254 ◦ green 128 ◦ blue 144

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

Shades of Wewak #FE8090

Tints of Wewak #FE8090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.38%

R = 48.29%
G = 24.33%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8090 (or 0xFE8090) is known color: Wewak. HEX triplet: FE, 80 and 90. RGB value is (254,128,144). Sum of RGB (Red+Green+Blue) = 254+128+144=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8090 is #017F6F. Grayscale: #A7A7A7. Windows color (decimal): -98160 or 9470206. OLE color: 9470206.

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

Color convert

RGB 254 128 144 -
CMYK 0 0.50 0.43 0.00
HSL 352.38º 0.98% 0.75% -
HSV(B) 352.38º 0.5% 1% -
XYZ 53.63 38.52 30.99 -
YUV 167.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 254 128 144 0 0.50 0.43 0.00 352.38 0.98 0.75
Hex FE 80 90 0 32 2B 0 160 62 4B
Octal 376 200 220 0 62 53 0 540 142 113
Binary 11111110 10000000 10010000 0 110010 101011 0 101100000 1100010 1001011

Color Harmonies of #FE8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8090

Black with #FE8090

Text Example


Text Example

White with #FE8090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8090; }

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

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

background-color css

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

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

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

border-color css

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

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

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