#FC838B

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

Shades of Wewak #FC838B

Tints of Wewak #FC838B

Color information

#FC838B (or 0xFC838B) is unknown color: approx Wewak. HEX triplet: FC, 83 and 8B. RGB value is (252,131,139). Sum of RGB (Red+Green+Blue) = 252+131+139=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC838B is #037C74. Grayscale: #A8A8A8. Windows color (decimal): -228469 or 9143292. OLE color: 9143292.

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

Color convert

RGB252131139-
CMYK00.480.450.01
HSL356.03º95.28%75.1%-
HSV(B)356.03º48.02%98.82%-
XYZ52.9238.7929.12-
YUV168.09111.59187.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=48.28%
G=25.10%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213113900.480.450.01356.0395.2875.1
HexFC838B0302D11645f4b
Octal374203213060551544137113
Binary1111110010000011100010110110000101101110110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC838B; }

 p { color: rgb(252,131,139); }

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

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

 a { background-color: rgb(252,131,139); }

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

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

 span { border-color: rgb(252,131,139); }

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