#FD8D9F

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

Shades of Wewak #FD8D9F

Tints of Wewak #FD8D9F

Color information

#FD8D9F (or 0xFD8D9F) is unknown color: approx Wewak. HEX triplet: FD, 8D and 9F. RGB value is (253,141,159). Sum of RGB (Red+Green+Blue) = 253+141+159=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D9F is #027260. Grayscale: #B0B0B0. Windows color (decimal): -160353 or 10456573. OLE color: 10456573.

HSL color Cylindrical-coordinate representation of color #FD8D9F: hue angle of 350.36º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8D9F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB253141159-
CMYK00.440.370.01
HSL350.36º96.55%77.25%-
HSV(B)350.36º44.27%99.22%-
XYZ56.2942.4438.02-
YUV176.54118.11182.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 159 (62.5% from 255) = 28.75%
R=45.75%
G=25.50%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314115900.440.370.01350.3696.5577.25
HexFD8D9F02C25115e614d
Octal375215237054451536141115
Binary1111110110001101100111110101100100101110101111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8D9F; }

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

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

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

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

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

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

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

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