#FA969A

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

Shades of Wewak #FA969A

Tints of Wewak #FA969A

Color information

#FA969A (or 0xFA969A) is unknown color: approx Wewak. HEX triplet: FA, 96 and 9A. RGB value is (250,150,154). Sum of RGB (Red+Green+Blue) = 250+150+154=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA969A is #056965. Grayscale: #B4B4B4. Windows color (decimal): -354662 or 10131194. OLE color: 10131194.

HSL color Cylindrical-coordinate representation of color #FA969A: hue angle of 357.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 #FA969A is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250150154-
CMYK00.40.380.02
HSL357.6º90.91%78.43%-
HSV(B)357.6º40%98.04%-
XYZ56.1644.4736.2-
YUV180.36113.13177.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=45.13%
G=27.08%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015015400.40.380.02357.690.9178.43
HexFA969A0282621665b4e
Octal372226232050462546133116
Binary11111010100101101001101001010001001101010110011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA969A; }

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

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

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

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

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

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

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

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