#FA9799

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

Shades of Wewak #FA9799

Tints of Wewak #FA9799

Color information

#FA9799 (or 0xFA9799) is unknown color: approx Wewak. HEX triplet: FA, 97 and 99. RGB value is (250,151,153). Sum of RGB (Red+Green+Blue) = 250+151+153=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9799 is #056866. Grayscale: #B4B4B4. Windows color (decimal): -354407 or 10065914. OLE color: 10065914.

HSL color Cylindrical-coordinate representation of color #FA9799: hue angle of 358.79º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA9799 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250151153-
CMYK00.400.390.02
HSL358.79º90.83%78.63%-
HSV(B)358.79º39.6%98.04%-
XYZ56.2444.7635.81-
YUV180.83112.3177.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=45.13%
G=27.26%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015115300.400.390.02358.7990.8378.63
HexFA97990282721675b4f
Octal372227231050472547133117
Binary11111010100101111001100101010001001111010110011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9799; }

 p { color: rgb(250,151,153); }

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

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

 a { background-color: rgb(250,151,153); }

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

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

 span { border-color: rgb(250,151,153); }

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