#FC8B90

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

Shades of Wewak #FC8B90

Tints of Wewak #FC8B90

Color information

#FC8B90 (or 0xFC8B90) is unknown color: approx Wewak. HEX triplet: FC, 8B and 90. RGB value is (252,139,144). Sum of RGB (Red+Green+Blue) = 252+139+144=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8B90 is #03746F. Grayscale: #ADADAD. Windows color (decimal): -226416 or 9473020. OLE color: 9473020.

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

Color convert

RGB252139144-
CMYK00.450.430.01
HSL357.35º94.96%76.67%-
HSV(B)357.35º44.84%98.82%-
XYZ54.4141.1731.47-
YUV173.36111.44184.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=47.10%
G=25.98%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213914400.450.430.01357.3594.9676.67
HexFC8B9002D2B11655f4d
Octal374213220055531545137115
Binary1111110010001011100100000101101101011110110010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8B90; }

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

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

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

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

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

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

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

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