#FE929E

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

Shades of Wewak #FE929E

Tints of Wewak #FE929E

Color information

#FE929E (or 0xFE929E) is unknown color: approx Wewak. HEX triplet: FE, 92 and 9E. RGB value is (254,146,158). Sum of RGB (Red+Green+Blue) = 254+146+158=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE929E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE929E is #016D61. Grayscale: #B3B3B3. Windows color (decimal): -93538 or 10392318. OLE color: 10392318.

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

Color convert

RGB254146158-
CMYK00.430.380.00
HSL353.33º98.18%78.43%-
HSV(B)353.33º42.52%99.61%-
XYZ57.3244.137.84-
YUV179.66115.78181.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=45.52%
G=26.16%
B=28.32%

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
Decimal25414615800.430.380.00353.3398.1878.43
HexFE929E02B260161624e
Octal376222236053460541142116
Binary1111111010010010100111100101011100110010110000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE929E; }

 p { color: rgb(254,146,158); }

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

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

 a { background-color: rgb(254,146,158); }

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

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

 span { border-color: rgb(254,146,158); }

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