#FE858C

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

Shades of Wewak #FE858C

Tints of Wewak #FE858C

Color information

#FE858C (or 0xFE858C) is unknown color: approx Wewak. HEX triplet: FE, 85 and 8C. RGB value is (254,133,140). Sum of RGB (Red+Green+Blue) = 254+133+140=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE858C is #017A73. Grayscale: #AAAAAA. Windows color (decimal): -96884 or 9209342. OLE color: 9209342.

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

Color convert

RGB254133140-
CMYK00.480.450.00
HSL356.53º98.37%75.88%-
HSV(B)356.53º47.64%99.61%-
XYZ53.9939.7429.64-
YUV169.98111.09187.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=48.20%
G=25.24%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413314000.480.450.00356.5398.3775.88
HexFE858C0302D0165624c
Octal376205214060550545142114
Binary1111111010000101100011000110000101101010110010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE858C; }

 p { color: rgb(254,133,140); }

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

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

 a { background-color: rgb(254,133,140); }

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

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

 span { border-color: rgb(254,133,140); }

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