#FC8F98

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

Shades of Wewak #FC8F98

Tints of Wewak #FC8F98

Color information

#FC8F98 (or 0xFC8F98) is unknown color: approx Wewak. HEX triplet: FC, 8F and 98. RGB value is (252,143,152). Sum of RGB (Red+Green+Blue) = 252+143+152=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F98 is #037067. Grayscale: #B0B0B0. Windows color (decimal): -225384 or 9998332. OLE color: 9998332.

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

Color convert

RGB252143152-
CMYK00.430.400.01
HSL355.05º94.78%77.45%-
HSV(B)355.05º43.25%98.82%-
XYZ55.6342.6135-
YUV176.62114.11181.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=46.07%
G=26.14%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214315200.430.400.01355.0594.7877.45
HexFC8F9802B2811635f4d
Octal374217230053501543137115
Binary1111110010001111100110000101011101000110110001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8F98; }

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

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

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

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

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

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

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

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