#FD8C90

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

Shades of Wewak #FD8C90

Tints of Wewak #FD8C90

Color information

#FD8C90 (or 0xFD8C90) is unknown color: approx Wewak. HEX triplet: FD, 8C and 90. RGB value is (253,140,144). Sum of RGB (Red+Green+Blue) = 253+140+144=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C90 is #02736F. Grayscale: #AEAEAE. Windows color (decimal): -160624 or 9473277. OLE color: 9473277.

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

Color convert

RGB253140144-
CMYK00.450.430.01
HSL357.88º96.58%77.06%-
HSV(B)357.88º44.66%99.22%-
XYZ54.9241.6531.53-
YUV174.24110.94184.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=47.11%
G=26.07%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314014400.450.430.01357.8896.5877.06
HexFD8C9002D2B1166614d
Octal375214220055531546141115
Binary1111110110001100100100000101101101011110110011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C90; }

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

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

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

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

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

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

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

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