#FC848F

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

Shades of Wewak #FC848F

Tints of Wewak #FC848F

Color information

#FC848F (or 0xFC848F) is unknown color: approx Wewak. HEX triplet: FC, 84 and 8F. RGB value is (252,132,143). Sum of RGB (Red+Green+Blue) = 252+132+143=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC848F is #037B70. Grayscale: #A9A9A9. Windows color (decimal): -228209 or 9405692. OLE color: 9405692.

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

Color convert

RGB252132143-
CMYK00.480.430.01
HSL354.5º95.24%75.29%-
HSV(B)354.5º47.62%98.82%-
XYZ53.3539.1830.74-
YUV169.13113.26187.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=47.82%
G=25.05%
B=27.13%

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
Decimal25213214300.480.430.01354.595.2475.29
HexFC848F0302B11625f4b
Octal374204217060531542137113
Binary1111110010000100100011110110000101011110110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC848F; }

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

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

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

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

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

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

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

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