#FC8290

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

Shades of Wewak #FC8290

Tints of Wewak #FC8290

Color information

#FC8290 (or 0xFC8290) is unknown color: approx Wewak. HEX triplet: FC, 82 and 90. RGB value is (252,130,144). Sum of RGB (Red+Green+Blue) = 252+130+144=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8290 is #037D6F. Grayscale: #A8A8A8. Windows color (decimal): -228720 or 9470716. OLE color: 9470716.

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

Color convert

RGB252130144-
CMYK00.480.430.01
HSL353.11º95.31%74.9%-
HSV(B)353.11º48.41%98.82%-
XYZ53.1638.6731.05-
YUV168.07114.42187.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=47.91%
G=24.71%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213014400.480.430.01353.1195.3174.9
HexFC82900302B11615f4b
Octal374202220060531541137113
Binary1111110010000010100100000110000101011110110000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8290; }

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

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

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

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

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

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

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

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