#FE8C8F

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

Shades of Wewak #FE8C8F

Tints of Wewak #FE8C8F

Color information

#FE8C8F (or 0xFE8C8F) is unknown color: approx Wewak. HEX triplet: FE, 8C and 8F. RGB value is (254,140,143). Sum of RGB (Red+Green+Blue) = 254+140+143=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C8F is #017370. Grayscale: #AEAEAE. Windows color (decimal): -95089 or 9407742. OLE color: 9407742.

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

Color convert

RGB254140143-
CMYK00.450.440.00
HSL358.42º98.28%77.25%-
HSV(B)358.42º44.88%99.61%-
XYZ55.2141.8131.15-
YUV174.43110.27184.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.30%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 143 (56.25% from 255) = 26.63%
R=47.30%
G=26.07%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414014300.450.440.00358.4298.2877.25
HexFE8C8F02D2C0166624d
Octal376214217055540546142115
Binary1111111010001100100011110101101101100010110011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C8F; }

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

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

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

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

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

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

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

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