#FD979C

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

Shades of Wewak #FD979C

Tints of Wewak #FD979C

Color information

#FD979C (or 0xFD979C) is unknown color: approx Wewak. HEX triplet: FD, 97 and 9C. RGB value is (253,151,156). Sum of RGB (Red+Green+Blue) = 253+151+156=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD979C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD979C is #026863. Grayscale: #B6B6B6. Windows color (decimal): -157796 or 10262525. OLE color: 10262525.

HSL color Cylindrical-coordinate representation of color #FD979C: hue angle of 357.06º degrees, saturation: 0.96, 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 #FD979C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB253151156-
CMYK00.400.380.01
HSL357.06º96.23%79.22%-
HSV(B)357.06º40.32%99.22%-
XYZ57.5845.4237.18-
YUV182.07113.29178.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.18%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=45.18%
G=26.96%
B=27.86%

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
Decimal25315115600.400.380.01357.0696.2379.22
HexFD979C028261165604f
Octal375227234050461545140117
Binary1111110110010111100111000101000100110110110010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD979C; }

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

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

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

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

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

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

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

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