Html Css Color HEX #FE8F94 Wewak

📋 copy color: '#FE8F94'

red 254 ◦ green 143 ◦ blue 148

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

Shades of Wewak #FE8F94

Tints of Wewak #FE8F94

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.24%

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 46.61%
G = 26.24%
B = 27.16%

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

#FE8F94 (or 0xFE8F94) is known color: Wewak. HEX triplet: FE, 8F and 94. RGB value is (254,143,148). Sum of RGB (Red+Green+Blue) = 254+143+148=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F94 is #01706B. Grayscale: #B0B0B0. Windows color (decimal): -94316 or 9736190. OLE color: 9736190.

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

Color convert

RGB 254 143 148 -
CMYK 0 0.44 0.42 0.00
HSL 357.3º 0.98% 0.78% -
HSV(B) 357.3º 0.44% 1% -
XYZ 56.04 42.85 33.33 -
YUV 176.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 254 143 148 0 0.44 0.42 0.00 357.3 0.98 0.78
Hex FE 8F 94 0 2C 2A 0 165 62 4E
Octal 376 217 224 0 54 52 0 545 142 116
Binary 11111110 10001111 10010100 0 101100 101010 0 101100101 1100010 1001110

Color Harmonies of #FE8F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F94

Black with #FE8F94

Text Example


Text Example

White with #FE8F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F94; }

 p { color: rgb(254,143,148); }

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

background-color css

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

 a { background-color: rgb(254,143,148); }

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

border-color css

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

 span { border-color: rgb(254,143,148); }

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