#FC848D

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

Shades of Wewak #FC848D

Tints of Wewak #FC848D

Color information

#FC848D (or 0xFC848D) is unknown color: approx Wewak. HEX triplet: FC, 84 and 8D. RGB value is (252,132,141). Sum of RGB (Red+Green+Blue) = 252+132+141=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC848D is #037B72. Grayscale: #A8A8A8. Windows color (decimal): -228211 or 9274620. OLE color: 9274620.

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

Color convert

RGB252132141-
CMYK00.480.440.01
HSL355.5º95.24%75.29%-
HSV(B)355.5º47.62%98.82%-
XYZ53.239.1229.95-
YUV168.91112.26187.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=48%
G=25.14%
B=26.86%

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
Decimal25213214100.480.440.01355.595.2475.29
HexFC848D0302C11645f4b
Octal374204215060541544137113
Binary1111110010000100100011010110000101100110110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC848D; }

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

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

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

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

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

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

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

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