#FD949C

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

Shades of Wewak #FD949C

Tints of Wewak #FD949C

Color information

#FD949C (or 0xFD949C) is unknown color: approx Wewak. HEX triplet: FD, 94 and 9C. RGB value is (253,148,156). Sum of RGB (Red+Green+Blue) = 253+148+156=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD949C is #026B63. Grayscale: #B4B4B4. Windows color (decimal): -158564 or 10261757. OLE color: 10261757.

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

Color convert

RGB253148156-
CMYK00.420.380.01
HSL355.43º96.33%78.63%-
HSV(B)355.43º41.5%99.22%-
XYZ57.144.4637.03-
YUV180.31114.29179.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=45.42%
G=26.57%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314815600.420.380.01355.4396.3378.63
HexFD949C02A261163604f
Octal375224234052461543140117
Binary1111110110010100100111000101010100110110110001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD949C; }

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

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

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

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

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

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

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

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