Html Css Color HEX #FE8390 Wewak

📋 copy color: '#FE8390'

red 254 ◦ green 131 ◦ blue 144

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

Shades of Wewak #FE8390

Tints of Wewak #FE8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.76%

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

R = 48.02%
G = 24.76%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8390 (or 0xFE8390) is known color: Wewak. HEX triplet: FE, 83 and 90. RGB value is (254,131,144). Sum of RGB (Red+Green+Blue) = 254+131+144=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8390 is #017C6F. Grayscale: #A9A9A9. Windows color (decimal): -97392 or 9470974. OLE color: 9470974.

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

Color convert

RGB 254 131 144 -
CMYK 0 0.48 0.43 0.00
HSL 353.66º 0.98% 0.75% -
HSV(B) 353.66º 0.48% 1% -
XYZ 54.02 39.32 31.13 -
YUV 169.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 254 131 144 0 0.48 0.43 0.00 353.66 0.98 0.75
Hex FE 83 90 0 30 2B 0 162 62 4B
Octal 376 203 220 0 60 53 0 542 142 113
Binary 11111110 10000011 10010000 0 110000 101011 0 101100010 1100010 1001011

Color Harmonies of #FE8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8390

Black with #FE8390

Text Example


Text Example

White with #FE8390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8390; }

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

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

background-color css

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

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

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

border-color css

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

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

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