#FD999C

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

Shades of Wewak #FD999C

Tints of Wewak #FD999C

Color information

#FD999C (or 0xFD999C) is unknown color: approx Wewak. HEX triplet: FD, 99 and 9C. RGB value is (253,153,156). Sum of RGB (Red+Green+Blue) = 253+153+156=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD999C is #026663. Grayscale: #B7B7B7. Windows color (decimal): -157284 or 10263037. OLE color: 10263037.

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

Color convert

RGB253153156-
CMYK00.400.380.01
HSL358.2º96.15%79.61%-
HSV(B)358.2º39.53%99.22%-
XYZ57.946.0737.29-
YUV183.24112.63177.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=45.02%
G=27.22%
B=27.76%

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
Decimal25315315600.400.380.01358.296.1579.61
HexFD999C0282611666050
Octal375231234050461546140120
Binary1111110110011001100111000101000100110110110011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD999C; }

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

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

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

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

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

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

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

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