#FF949C

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

Shades of Wewak #FF949C

Tints of Wewak #FF949C

Color information

#FF949C (or 0xFF949C) is unknown color: approx Wewak. HEX triplet: FF, 94 and 9C. RGB value is (255,148,156). Sum of RGB (Red+Green+Blue) = 255+148+156=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF949C is #006B63. Grayscale: #B4B4B4. Windows color (decimal): -27492 or 10261759. OLE color: 10261759.

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

Color convert

RGB255148156-
CMYK00.420.390
HSL355.51º100%79.02%-
HSV(B)355.51º41.96%100%-
XYZ57.8344.8437.06-
YUV180.9113.95180.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 148 (58.20% from 255) = 26.48%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=45.62%
G=26.48%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514815600.420.390355.5110079.02
HexFF949C02A270164644f
Octal377224234052470544144117
Binary1111111110010100100111000101010100111010110010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF949C; }

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

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

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

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

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

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

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

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