#FC9498

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

Shades of Wewak #FC9498

Tints of Wewak #FC9498

Color information

#FC9498 (or 0xFC9498) is unknown color: approx Wewak. HEX triplet: FC, 94 and 98. RGB value is (252,148,152). Sum of RGB (Red+Green+Blue) = 252+148+152=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9498 is #036B67. Grayscale: #B3B3B3. Windows color (decimal): -224104 or 9999612. OLE color: 9999612.

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

Color convert

RGB252148152-
CMYK00.410.400.01
HSL357.69º94.55%78.43%-
HSV(B)357.69º41.27%98.82%-
XYZ56.444.1435.25-
YUV179.55112.46179.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=45.65%
G=26.81%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214815200.410.400.01357.6994.5578.43
HexFC94980292811665f4e
Octal374224230051501546137116
Binary1111110010010100100110000101001101000110110011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9498; }

 p { color: rgb(252,148,152); }

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

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

 a { background-color: rgb(252,148,152); }

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

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

 span { border-color: rgb(252,148,152); }

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