#FC8285

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

Shades of Wewak #FC8285

Tints of Wewak #FC8285

Color information

#FC8285 (or 0xFC8285) is unknown color: approx Wewak. HEX triplet: FC, 82 and 85. RGB value is (252,130,133). Sum of RGB (Red+Green+Blue) = 252+130+133=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8285 is #037D7A. Grayscale: #A6A6A6. Windows color (decimal): -228731 or 8749820. OLE color: 8749820.

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

Color convert

RGB252130133-
CMYK00.480.470.01
HSL358.52º95.31%74.9%-
HSV(B)358.52º48.41%98.82%-
XYZ52.3638.3526.83-
YUV166.82108.92188.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=48.93%
G=25.24%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213013300.480.470.01358.5295.3174.9
HexFC82850302F11675f4b
Octal374202205060571547137113
Binary1111110010000010100001010110000101111110110011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8285; }

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

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

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

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

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

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

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

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