#FC828B

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

Shades of Wewak #FC828B

Tints of Wewak #FC828B

Color information

#FC828B (or 0xFC828B) is unknown color: approx Wewak. HEX triplet: FC, 82 and 8B. RGB value is (252,130,139). Sum of RGB (Red+Green+Blue) = 252+130+139=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC828B is #037D74. Grayscale: #A7A7A7. Windows color (decimal): -228725 or 9143036. OLE color: 9143036.

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

Color convert

RGB252130139-
CMYK00.480.450.01
HSL355.57º95.31%74.9%-
HSV(B)355.57º48.41%98.82%-
XYZ52.7938.5229.08-
YUV167.5111.92188.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=48.37%
G=24.95%
B=26.68%

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
Decimal25213013900.480.450.01355.5795.3174.9
HexFC828B0302D11645f4b
Octal374202213060551544137113
Binary1111110010000010100010110110000101101110110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC828B; }

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

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

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

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

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

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

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

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