#FD919C

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

Shades of Wewak #FD919C

Tints of Wewak #FD919C

Color information

#FD919C (or 0xFD919C) is unknown color: approx Wewak. HEX triplet: FD, 91 and 9C. RGB value is (253,145,156). Sum of RGB (Red+Green+Blue) = 253+145+156=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD919C is #026E63. Grayscale: #B2B2B2. Windows color (decimal): -159332 or 10260989. OLE color: 10260989.

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

Color convert

RGB253145156-
CMYK00.430.380.01
HSL353.89º96.43%78.04%-
HSV(B)353.89º42.69%99.22%-
XYZ56.6343.5336.87-
YUV178.55115.28181.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 156 (61.33% from 255) = 28.16%
R=45.67%
G=26.17%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314515600.430.380.01353.8996.4378.04
HexFD919C02B261162604e
Octal375221234053461542140116
Binary1111110110010001100111000101011100110110110001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD919C; }

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

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

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

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

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

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

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

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