Html Css Color HEX #FE8D93 Wewak

📋 copy color: '#FE8D93'

red 254 ◦ green 141 ◦ blue 147

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

Shades of Wewak #FE8D93

Tints of Wewak #FE8D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 46.86%
G = 26.01%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE8D93 (or 0xFE8D93) is known color: Wewak. HEX triplet: FE, 8D and 93. RGB value is (254,141,147). Sum of RGB (Red+Green+Blue) = 254+141+147=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D93 is #01726C. Grayscale: #AFAFAF. Windows color (decimal): -94829 or 9670142. OLE color: 9670142.

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

Color convert

RGB 254 141 147 -
CMYK 0 0.44 0.42 0.00
HSL 356.81º 0.98% 0.77% -
HSV(B) 356.81º 0.44% 1% -
XYZ 55.66 42.23 32.82 -
YUV 175.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 254 141 147 0 0.44 0.42 0.00 356.81 0.98 0.77
Hex FE 8D 93 0 2C 2A 0 165 62 4D
Octal 376 215 223 0 54 52 0 545 142 115
Binary 11111110 10001101 10010011 0 101100 101010 0 101100101 1100010 1001101

Color Harmonies of #FE8D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D93

Black with #FE8D93

Text Example


Text Example

White with #FE8D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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