#FC8A9A

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

Shades of Wewak #FC8A9A

Tints of Wewak #FC8A9A

Color information

#FC8A9A (or 0xFC8A9A) is unknown color: approx Wewak. HEX triplet: FC, 8A and 9A. RGB value is (252,138,154). Sum of RGB (Red+Green+Blue) = 252+138+154=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8A9A is #037565. Grayscale: #ADADAD. Windows color (decimal): -226662 or 10128124. OLE color: 10128124.

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

Color convert

RGB252138154-
CMYK00.450.390.01
HSL351.58º95%76.47%-
HSV(B)351.58º45.24%98.82%-
XYZ55.0741.2135.62-
YUV173.91116.77183.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.32%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=46.32%
G=25.37%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213815400.450.390.01351.589576.47
HexFC8A9A02D2711605f4c
Octal374212232055471540137114
Binary1111110010001010100110100101101100111110110000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8A9A; }

 p { color: rgb(252,138,154); }

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

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

 a { background-color: rgb(252,138,154); }

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

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

 span { border-color: rgb(252,138,154); }

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