#FC8E90

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

Shades of Wewak #FC8E90

Tints of Wewak #FC8E90

Color information

#FC8E90 (or 0xFC8E90) is unknown color: approx Wewak. HEX triplet: FC, 8E and 90. RGB value is (252,142,144). Sum of RGB (Red+Green+Blue) = 252+142+144=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8E90 is #03716F. Grayscale: #AFAFAF. Windows color (decimal): -225648 or 9473788. OLE color: 9473788.

HSL color Cylindrical-coordinate representation of color #FC8E90: hue angle of 358.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8E90 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252142144-
CMYK00.440.430.01
HSL358.91º94.83%77.25%-
HSV(B)358.91º43.65%98.82%-
XYZ54.8542.0631.61-
YUV175.12110.44182.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=46.84%
G=26.39%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214214400.440.430.01358.9194.8377.25
HexFC8E9002C2B11675f4d
Octal374216220054531547137115
Binary1111110010001110100100000101100101011110110011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8E90; }

 p { color: rgb(252,142,144); }

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

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

 a { background-color: rgb(252,142,144); }

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

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

 span { border-color: rgb(252,142,144); }

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