#FD909F

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

Shades of Wewak #FD909F

Tints of Wewak #FD909F

Color information

#FD909F (or 0xFD909F) is unknown color: approx Wewak. HEX triplet: FD, 90 and 9F. RGB value is (253,144,159). Sum of RGB (Red+Green+Blue) = 253+144+159=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD909F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD909F is #026F60. Grayscale: #B2B2B2. Windows color (decimal): -159585 or 10457341. OLE color: 10457341.

HSL color Cylindrical-coordinate representation of color #FD909F: hue angle of 351.74º 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 #FD909F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB253144159-
CMYK00.430.370.01
HSL351.74º96.46%77.84%-
HSV(B)351.74º43.08%99.22%-
XYZ56.7443.3338.17-
YUV178.3117.11181.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.50%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 159 (62.5% from 255) = 28.60%
R=45.50%
G=25.90%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314415900.430.370.01351.7496.4677.84
HexFD909F02B251160604e
Octal375220237053451540140116
Binary1111110110010000100111110101011100101110110000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD909F; }

 p { color: rgb(253,144,159); }

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

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

 a { background-color: rgb(253,144,159); }

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

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

 span { border-color: rgb(253,144,159); }

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