#FC818A

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

Shades of Wewak #FC818A

Tints of Wewak #FC818A

Color information

#FC818A (or 0xFC818A) is unknown color: approx Wewak. HEX triplet: FC, 81 and 8A. RGB value is (252,129,138). Sum of RGB (Red+Green+Blue) = 252+129+138=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC818A is #037E75. Grayscale: #A6A6A6. Windows color (decimal): -228982 or 9077244. OLE color: 9077244.

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

Color convert

RGB252129138-
CMYK00.490.450.01
HSL355.61º95.35%74.71%-
HSV(B)355.61º48.81%98.82%-
XYZ52.5838.2328.65-
YUV166.8111.75188.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=48.55%
G=24.86%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212913800.490.450.01355.6195.3574.71
HexFC818A0312D11645f4b
Octal374201212061551544137113
Binary1111110010000001100010100110001101101110110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC818A; }

 p { color: rgb(252,129,138); }

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

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

 a { background-color: rgb(252,129,138); }

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

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

 span { border-color: rgb(252,129,138); }

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