#FC969C

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

Shades of Wewak #FC969C

Tints of Wewak #FC969C

Color information

#FC969C (or 0xFC969C) is unknown color: approx Wewak. HEX triplet: FC, 96 and 9C. RGB value is (252,150,156). Sum of RGB (Red+Green+Blue) = 252+150+156=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC969C is #036963. Grayscale: #B5B5B5. Windows color (decimal): -223588 or 10262268. OLE color: 10262268.

HSL color Cylindrical-coordinate representation of color #FC969C: hue angle of 356.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC969C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252150156-
CMYK00.400.380.01
HSL356.47º94.44%78.82%-
HSV(B)356.47º40.48%98.82%-
XYZ57.0544.9137.11-
YUV181.18113.79178.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=45.16%
G=26.88%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215015600.400.380.01356.4794.4478.82
HexFC969C0282611645e4f
Octal374226234050461544136117
Binary1111110010010110100111000101000100110110110010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC969C; }

 p { color: rgb(252,150,156); }

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

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

 a { background-color: rgb(252,150,156); }

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

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

 span { border-color: rgb(252,150,156); }

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