#FF969C

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

Shades of Wewak #FF969C

Tints of Wewak #FF969C

Color information

#FF969C (or 0xFF969C) is unknown color: approx Wewak. HEX triplet: FF, 96 and 9C. RGB value is (255,150,156). Sum of RGB (Red+Green+Blue) = 255+150+156=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF969C is #006963. Grayscale: #B6B6B6. Windows color (decimal): -26980 or 10262271. OLE color: 10262271.

HSL color Cylindrical-coordinate representation of color #FF969C: hue angle of 356.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF969C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255150156-
CMYK00.410.390
HSL356.57º100%79.41%-
HSV(B)356.57º41.18%100%-
XYZ58.1545.4737.16-
YUV182.08113.29180.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=45.45%
G=26.74%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515015600.410.390356.5710079.41
HexFF969C029270165644f
Octal377226234051470545144117
Binary1111111110010110100111000101001100111010110010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF969C; }

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

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

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

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

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

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

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

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