#FA8D98

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

Shades of Wewak #FA8D98

Tints of Wewak #FA8D98

Color information

#FA8D98 (or 0xFA8D98) is unknown color: approx Wewak. HEX triplet: FA, 8D and 98. RGB value is (250,141,152). Sum of RGB (Red+Green+Blue) = 250+141+152=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D98 is #057267. Grayscale: #AEAEAE. Windows color (decimal): -356968 or 9997818. OLE color: 9997818.

HSL color Cylindrical-coordinate representation of color #FA8D98: hue angle of 353.94º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8D98 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250141152-
CMYK00.440.390.02
HSL353.94º91.6%76.67%-
HSV(B)353.94º43.6%98.04%-
XYZ54.6241.6434.86-
YUV174.84115.11181.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=46.04%
G=25.97%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014115200.440.390.02353.9491.676.67
HexFA8D9802C2721625c4d
Octal372215230054472542134115
Binary11111010100011011001100001011001001111010110001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D98; }

 p { color: rgb(250,141,152); }

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

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

 a { background-color: rgb(250,141,152); }

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

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

 span { border-color: rgb(250,141,152); }

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