#FC8295

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

Shades of Wewak #FC8295

Tints of Wewak #FC8295

Color information

#FC8295 (or 0xFC8295) is unknown color: approx Wewak. HEX triplet: FC, 82 and 95. RGB value is (252,130,149). Sum of RGB (Red+Green+Blue) = 252+130+149=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8295 is #037D6A. Grayscale: #A8A8A8. Windows color (decimal): -228715 or 9798396. OLE color: 9798396.

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

Color convert

RGB252130149-
CMYK00.480.410.01
HSL350.66º95.31%74.9%-
HSV(B)350.66º48.41%98.82%-
XYZ53.5538.8333.11-
YUV168.64116.92187.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=47.46%
G=24.48%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213014900.480.410.01350.6695.3174.9
HexFC829503029115f5f4b
Octal374202225060511537137113
Binary1111110010000010100101010110000101001110101111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8295; }

 p { color: rgb(252,130,149); }

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

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

 a { background-color: rgb(252,130,149); }

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

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

 span { border-color: rgb(252,130,149); }

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