#FA96CF

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

Shades of Tea Rose #FA96CF

Tints of Tea Rose #FA96CF

Color information

#FA96CF (or 0xFA96CF) is unknown color: approx Tea Rose. HEX triplet: FA, 96 and CF. RGB value is (250,150,207). Sum of RGB (Red+Green+Blue) = 250+150+207=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96CF is #056930. Grayscale: #BABABA. Windows color (decimal): -354609 or 13604602. OLE color: 13604602.

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

Color convert

RGB250150207-
CMYK00.40.170.02
HSL325.8º90.91%78.43%-
HSV(B)325.8º40%98.04%-
XYZ61.5946.6464.79-
YUV186.4139.63173.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=41.19%
G=24.71%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015020700.40.170.02325.890.9178.43
HexFA96CF0281121465b4e
Octal372226317050212506133116
Binary1111101010010110110011110101000100011010100011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96CF; }

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

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

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

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

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

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

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

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