#FC8D8F

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

Shades of Wewak #FC8D8F

Tints of Wewak #FC8D8F

Color information

#FC8D8F (or 0xFC8D8F) is unknown color: approx Wewak. HEX triplet: FC, 8D and 8F. RGB value is (252,141,143). Sum of RGB (Red+Green+Blue) = 252+141+143=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D8F is #037270. Grayscale: #AEAEAE. Windows color (decimal): -225905 or 9407996. OLE color: 9407996.

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

Color convert

RGB252141143-
CMYK00.440.430.01
HSL358.92º94.87%77.06%-
HSV(B)358.92º44.05%98.82%-
XYZ54.6341.7331.16-
YUV174.42110.27183.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.01%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=47.01%
G=26.31%
B=26.68%

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
Decimal25214114300.440.430.01358.9294.8777.06
HexFC8D8F02C2B11675f4d
Octal374215217054531547137115
Binary1111110010001101100011110101100101011110110011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8D8F; }

 p { color: rgb(252,141,143); }

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

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

 a { background-color: rgb(252,141,143); }

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

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

 span { border-color: rgb(252,141,143); }

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