#FD909E

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

Shades of Wewak #FD909E

Tints of Wewak #FD909E

Color information

#FD909E (or 0xFD909E) is unknown color: approx Wewak. HEX triplet: FD, 90 and 9E. RGB value is (253,144,158). Sum of RGB (Red+Green+Blue) = 253+144+158=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD909E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD909E is #026F61. Grayscale: #B2B2B2. Windows color (decimal): -159586 or 10391805. OLE color: 10391805.

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

Color convert

RGB253144158-
CMYK00.430.380.01
HSL352.29º96.46%77.84%-
HSV(B)352.29º43.08%99.22%-
XYZ56.6543.337.72-
YUV178.19116.61181.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=45.59%
G=25.95%
B=28.47%

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
Decimal25314415800.430.380.01352.2996.4677.84
HexFD909E02B261160604e
Octal375220236053461540140116
Binary1111110110010000100111100101011100110110110000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD909E; }

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

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

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

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

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

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

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

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