#FD8E9D

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

Shades of Wewak #FD8E9D

Tints of Wewak #FD8E9D

Color information

#FD8E9D (or 0xFD8E9D) is unknown color: approx Wewak. HEX triplet: FD, 8E and 9D. RGB value is (253,142,157). Sum of RGB (Red+Green+Blue) = 253+142+157=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8E9D is #027162. Grayscale: #B0B0B0. Windows color (decimal): -160099 or 10325757. OLE color: 10325757.

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

Color convert

RGB253142157-
CMYK00.440.380.01
HSL351.89º96.52%77.45%-
HSV(B)351.89º43.87%99.22%-
XYZ56.2742.6637.17-
YUV176.9116.77182.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=45.83%
G=25.72%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314215700.440.380.01351.8996.5277.45
HexFD8E9D02C261160614d
Octal375216235054461540141115
Binary1111110110001110100111010101100100110110110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8E9D; }

 p { color: rgb(253,142,157); }

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

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

 a { background-color: rgb(253,142,157); }

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

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

 span { border-color: rgb(253,142,157); }

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