#FC9295

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

Shades of Wewak #FC9295

Tints of Wewak #FC9295

Color information

#FC9295 (or 0xFC9295) is unknown color: approx Wewak. HEX triplet: FC, 92 and 95. RGB value is (252,146,149). Sum of RGB (Red+Green+Blue) = 252+146+149=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9295 is #036D6A. Grayscale: #B2B2B2. Windows color (decimal): -224619 or 9802492. OLE color: 9802492.

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

Color convert

RGB252146149-
CMYK00.420.410.01
HSL358.3º94.64%78.04%-
HSV(B)358.3º42.06%98.82%-
XYZ55.8543.4233.87-
YUV178.04111.62180.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=46.07%
G=26.69%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214614900.420.410.01358.394.6478.04
HexFC929502A2911665f4e
Octal374222225052511546137116
Binary1111110010010010100101010101010101001110110011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9295; }

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

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

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

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

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

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

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

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