#FC8283

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

Shades of Wewak #FC8283

Tints of Wewak #FC8283

Color information

#FC8283 (or 0xFC8283) is unknown color: approx Wewak. HEX triplet: FC, 82 and 83. RGB value is (252,130,131). Sum of RGB (Red+Green+Blue) = 252+130+131=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8283 is #037D7C. Grayscale: #A6A6A6. Windows color (decimal): -228733 or 8618748. OLE color: 8618748.

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

Color convert

RGB252130131-
CMYK00.480.480.01
HSL359.51º95.31%74.9%-
HSV(B)359.51º48.41%98.82%-
XYZ52.2238.326.11-
YUV166.59107.92188.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=49.12%
G=25.34%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213013100.480.480.01359.5195.3174.9
HexFC82830303011685f4b
Octal374202203060601550137113
Binary1111110010000010100000110110000110000110110100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8283; }

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

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

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

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

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

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

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

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