Html Css Color HEX #FE8F95 Wewak

📋 copy color: '#FE8F95'

red 254 ◦ green 143 ◦ blue 149

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

Shades of Wewak #FE8F95

Tints of Wewak #FE8F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 46.52%
G = 26.19%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE8F95 (or 0xFE8F95) is known color: Wewak. HEX triplet: FE, 8F and 95. RGB value is (254,143,149). Sum of RGB (Red+Green+Blue) = 254+143+149=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F95 is #01706A. Grayscale: #B0B0B0. Windows color (decimal): -94315 or 9801726. OLE color: 9801726.

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

Color convert

RGB 254 143 149 -
CMYK 0 0.44 0.41 0.00
HSL 356.76º 0.98% 0.78% -
HSV(B) 356.76º 0.44% 1% -
XYZ 56.12 42.89 33.75 -
YUV 176.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 254 143 149 0 0.44 0.41 0.00 356.76 0.98 0.78
Hex FE 8F 95 0 2C 29 0 165 62 4E
Octal 376 217 225 0 54 51 0 545 142 116
Binary 11111110 10001111 10010101 0 101100 101001 0 101100101 1100010 1001110

Color Harmonies of #FE8F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F95

Black with #FE8F95

Text Example


Text Example

White with #FE8F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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