#FA9099

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

Shades of Wewak #FA9099

Tints of Wewak #FA9099

Color information

#FA9099 (or 0xFA9099) is unknown color: approx Wewak. HEX triplet: FA, 90 and 99. RGB value is (250,144,153). Sum of RGB (Red+Green+Blue) = 250+144+153=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9099 is #056F66. Grayscale: #B0B0B0. Windows color (decimal): -356199 or 10064122. OLE color: 10064122.

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

Color convert

RGB250144153-
CMYK00.420.390.02
HSL354.91º91.38%77.25%-
HSV(B)354.91º42.4%98.04%-
XYZ55.1542.5735.45-
YUV176.72114.62180.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=45.70%
G=26.33%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014415300.420.390.02354.9191.3877.25
HexFA909902A2721635b4d
Octal372220231052472543133115
Binary11111010100100001001100101010101001111010110001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9099; }

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

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

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

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

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

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

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

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