Html Css Color HEX #FE8C90 Wewak

📋 copy color: '#FE8C90'

red 254 ◦ green 140 ◦ blue 144

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

Shades of Wewak #FE8C90

Tints of Wewak #FE8C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

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

R = 47.21%
G = 26.02%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE8C90 (or 0xFE8C90) is known color: Wewak. HEX triplet: FE, 8C and 90. RGB value is (254,140,144). Sum of RGB (Red+Green+Blue) = 254+140+144=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C90 is #01736F. Grayscale: #AEAEAE. Windows color (decimal): -95088 or 9473278. OLE color: 9473278.

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

Color convert

RGB 254 140 144 -
CMYK 0 0.45 0.43 0.00
HSL 357.89º 0.98% 0.77% -
HSV(B) 357.89º 0.45% 1% -
XYZ 55.29 41.84 31.55 -
YUV 174.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 254 140 144 0 0.45 0.43 0.00 357.89 0.98 0.77
Hex FE 8C 90 0 2D 2B 0 166 62 4D
Octal 376 214 220 0 55 53 0 546 142 115
Binary 11111110 10001100 10010000 0 101101 101011 0 101100110 1100010 1001101

Color Harmonies of #FE8C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C90

Black with #FE8C90

Text Example


Text Example

White with #FE8C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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