#FC8C96

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

Shades of Wewak #FC8C96

Tints of Wewak #FC8C96

Color information

#FC8C96 (or 0xFC8C96) is unknown color: approx Wewak. HEX triplet: FC, 8C and 96. RGB value is (252,140,150). Sum of RGB (Red+Green+Blue) = 252+140+150=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C96 is #037369. Grayscale: #AEAEAE. Windows color (decimal): -226154 or 9866492. OLE color: 9866492.

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

Color convert

RGB252140150-
CMYK00.440.400.01
HSL354.64º94.92%76.86%-
HSV(B)354.64º44.44%98.82%-
XYZ55.0341.6533.99-
YUV174.63114.11183.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=46.49%
G=25.83%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214015000.440.400.01354.6494.9276.86
HexFC8C9602C2811635f4d
Octal374214226054501543137115
Binary1111110010001100100101100101100101000110110001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8C96; }

 p { color: rgb(252,140,150); }

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

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

 a { background-color: rgb(252,140,150); }

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

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

 span { border-color: rgb(252,140,150); }

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