Html Css Color HEX #FE8D90 Wewak

📋 copy color: '#FE8D90'

red 254 ◦ green 141 ◦ blue 144

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

Shades of Wewak #FE8D90

Tints of Wewak #FE8D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.16%

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

R = 47.12%
G = 26.16%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8D90 (or 0xFE8D90) is known color: Wewak. HEX triplet: FE, 8D and 90. RGB value is (254,141,144). Sum of RGB (Red+Green+Blue) = 254+141+144=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D90 is #01726F. Grayscale: #AFAFAF. Windows color (decimal): -94832 or 9473534. OLE color: 9473534.

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

Color convert

RGB 254 141 144 -
CMYK 0 0.44 0.43 0.00
HSL 358.41º 0.98% 0.77% -
HSV(B) 358.41º 0.44% 1% -
XYZ 55.43 42.13 31.6 -
YUV 175.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 254 141 144 0 0.44 0.43 0.00 358.41 0.98 0.77
Hex FE 8D 90 0 2C 2B 0 166 62 4D
Octal 376 215 220 0 54 53 0 546 142 115
Binary 11111110 10001101 10010000 0 101100 101011 0 101100110 1100010 1001101

Color Harmonies of #FE8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D90

Black with #FE8D90

Text Example


Text Example

White with #FE8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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