#FC929F

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

Shades of Wewak #FC929F

Tints of Wewak #FC929F

Color information

#FC929F (or 0xFC929F) is unknown color: approx Wewak. HEX triplet: FC, 92 and 9F. RGB value is (252,146,159). Sum of RGB (Red+Green+Blue) = 252+146+159=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC929F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC929F is #036D60. Grayscale: #B3B3B3. Windows color (decimal): -224609 or 10457852. OLE color: 10457852.

HSL color Cylindrical-coordinate representation of color #FC929F: hue angle of 352.64º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC929F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252146159-
CMYK00.420.370.01
HSL352.64º94.64%78.04%-
HSV(B)352.64º42.06%98.82%-
XYZ56.6843.7638.26-
YUV179.18116.62179.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=45.24%
G=26.21%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214615900.420.370.01352.6494.6478.04
HexFC929F02A2511615f4e
Octal374222237052451541137116
Binary1111110010010010100111110101010100101110110000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC929F; }

 p { color: rgb(252,146,159); }

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

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

 a { background-color: rgb(252,146,159); }

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

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

 span { border-color: rgb(252,146,159); }

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