#FE919D

Color #FE919D Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FE919D

Tints of Wewak #FE919D

Color information

#FE919D (or 0xFE919D) is unknown color: approx Wewak. HEX triplet: FE, 91 and 9D. RGB value is (254,145,157). Sum of RGB (Red+Green+Blue) = 254+145+157=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE919D is #016E62. Grayscale: #B3B3B3. Windows color (decimal): -93795 or 10326526. OLE color: 10326526.

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

Color convert

RGB254145157-
CMYK00.430.380.00
HSL353.39º98.2%78.24%-
HSV(B)353.39º42.91%99.61%-
XYZ57.0843.7637.34-
YUV178.96115.61181.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 145 (57.03% from 255) = 26.08%
BLUE value IS 157 (61.72% from 255) = 28.24%
R=45.68%
G=26.08%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414515700.430.380.00353.3998.278.24
HexFE919D02B260161624e
Octal376221235053460541142116
Binary1111111010010001100111010101011100110010110000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE919D; }

 p { color: rgb(254,145,157); }

 H1.HeaderClassName
 {
   color: #FE919D;
 }
 .AnyTagClassName
 {
   color: #FE919D;
 }
</style>
background-color css

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

 a { background-color: rgb(254,145,157); }

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

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

 span { border-color: rgb(254,145,157); }

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