#FC848C

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

Shades of Wewak #FC848C

Tints of Wewak #FC848C

Color information

#FC848C (or 0xFC848C) is unknown color: approx Wewak. HEX triplet: FC, 84 and 8C. RGB value is (252,132,140). Sum of RGB (Red+Green+Blue) = 252+132+140=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC848C is #037B73. Grayscale: #A8A8A8. Windows color (decimal): -228212 or 9209084. OLE color: 9209084.

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

Color convert

RGB252132140-
CMYK00.480.440.01
HSL356º95.24%75.29%-
HSV(B)356º47.62%98.82%-
XYZ53.1339.0929.56-
YUV168.79111.76187.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.09%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=48.09%
G=25.19%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213214000.480.440.0135695.2475.29
HexFC848C0302C11645f4b
Octal374204214060541544137113
Binary1111110010000100100011000110000101100110110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC848C; }

 p { color: rgb(252,132,140); }

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

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

 a { background-color: rgb(252,132,140); }

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

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

 span { border-color: rgb(252,132,140); }

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