#FA969F

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

Shades of Wewak #FA969F

Tints of Wewak #FA969F

Color information

#FA969F (or 0xFA969F) is unknown color: approx Wewak. HEX triplet: FA, 96 and 9F. RGB value is (250,150,159). Sum of RGB (Red+Green+Blue) = 250+150+159=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA969F is #056960. Grayscale: #B4B4B4. Windows color (decimal): -354657 or 10458874. OLE color: 10458874.

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

Color convert

RGB250150159-
CMYK00.40.360.02
HSL354.6º90.91%78.43%-
HSV(B)354.6º40%98.04%-
XYZ56.5944.6438.43-
YUV180.93115.63177.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 159 (62.5% from 255) = 28.44%
R=44.72%
G=26.83%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015015900.40.360.02354.690.9178.43
HexFA969F0282421635b4e
Octal372226237050442543133116
Binary11111010100101101001111101010001001001010110001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA969F; }

 p { color: rgb(250,150,159); }

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

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

 a { background-color: rgb(250,150,159); }

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

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

 span { border-color: rgb(250,150,159); }

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