Html Css Color HEX #FE8990 Wewak

📋 copy color: '#FE8990'

red 254 ◦ green 137 ◦ blue 144

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

Shades of Wewak #FE8990

Tints of Wewak #FE8990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.61%

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

R = 47.48%
G = 25.61%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8990 (or 0xFE8990) is known color: Wewak. HEX triplet: FE, 89 and 90. RGB value is (254,137,144). Sum of RGB (Red+Green+Blue) = 254+137+144=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8990 is #01766F. Grayscale: #ACACAC. Windows color (decimal): -95856 or 9472510. OLE color: 9472510.

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

Color convert

RGB 254 137 144 -
CMYK 0 0.46 0.43 0.00
HSL 356.41º 0.98% 0.77% -
HSV(B) 356.41º 0.46% 1% -
XYZ 54.85 40.98 31.4 -
YUV 172.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 254 137 144 0 0.46 0.43 0.00 356.41 0.98 0.77
Hex FE 89 90 0 2E 2B 0 164 62 4D
Octal 376 211 220 0 56 53 0 544 142 115
Binary 11111110 10001001 10010000 0 101110 101011 0 101100100 1100010 1001101

Color Harmonies of #FE8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8990

Black with #FE8990

Text Example


Text Example

White with #FE8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8990; }

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

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

background-color css

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

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

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

border-color css

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

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

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