#FE8C9B

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

Shades of Wewak #FE8C9B

Tints of Wewak #FE8C9B

Color information

#FE8C9B (or 0xFE8C9B) is unknown color: approx Wewak. HEX triplet: FE, 8C and 9B. RGB value is (254,140,155). Sum of RGB (Red+Green+Blue) = 254+140+155=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9B is #017364. Grayscale: #AFAFAF. Windows color (decimal): -95077 or 10194174. OLE color: 10194174.

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

Color convert

RGB254140155-
CMYK00.450.390.00
HSL352.11º98.28%77.25%-
HSV(B)352.11º44.88%99.61%-
XYZ56.1742.1936.19-
YUV175.8116.27183.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=46.27%
G=25.50%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414015500.450.390.00352.1198.2877.25
HexFE8C9B02D270160624d
Octal376214233055470540142115
Binary1111111010001100100110110101101100111010110000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C9B; }

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

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

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

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

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

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

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

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