#FD8F90

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

Shades of Wewak #FD8F90

Tints of Wewak #FD8F90

Color information

#FD8F90 (or 0xFD8F90) is unknown color: approx Wewak. HEX triplet: FD, 8F and 90. RGB value is (253,143,144). Sum of RGB (Red+Green+Blue) = 253+143+144=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F90 is #02706F. Grayscale: #B0B0B0. Windows color (decimal): -159856 or 9474045. OLE color: 9474045.

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

Color convert

RGB253143144-
CMYK00.430.430.01
HSL359.45º96.49%77.65%-
HSV(B)359.45º43.48%99.22%-
XYZ55.3642.5431.68-
YUV176109.94182.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.85%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=46.85%
G=26.48%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314314400.430.430.01359.4596.4977.65
HexFD8F9002B2B1167604e
Octal375217220053531547140116
Binary1111110110001111100100000101011101011110110011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8F90; }

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

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

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

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

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

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

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

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